13,153 Topics

Member Avatar for
Member Avatar for Cente

NEED HELP, please advice me where to start I want to learn ASP.NET as mush as possible online tutorial. and which one is better ASP.NET or PHP? Thank you

Member Avatar for Cente
0
128
Member Avatar for Varelei

I remember reading something in the past aboout storing form values into strings, then the strings into a .txt document, but that was all about VB 6.0. Could someone give me some source, and even better, an explanation as to how I can make it so the user clicks 'Submit', …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for rvyne

We are currently looking for asp.net with dnn project experience; for interested party he/she must be willing to work on-site in our office in Singapore for 2 months (contractual basis) for our upcoming project. If interested please email me back with your resume and past dnn project related portfolio. -> …

0
50
Member Avatar for FallenPaladin

Hi just a quick question regarding compatibility to other non MS OS. Is there a intermediate language compiler for other platforms such as Linux?

Member Avatar for FallenPaladin
0
64
Member Avatar for ptaylor965

I have a Navigation Menu at the top of my site that when on some pages you click a link the refreshes the page it looses all images and add one extra link ASP.NET (VB) View it here (Click on the reset button to cause it) [URL]http://www.taylorsnet.co.uk/MembersArea/Join.aspx[/URL] Any Ideas

Member Avatar for SheSaidImaPregy
0
88
Member Avatar for sam1

hi, I am going through this tutorial and i am stuck, here is my problem i can read the images from the db but it displays the same image(the first image inserted). here is the code: [CODE] <script runat="server"> Public Sub Page_Load(sender As Object, e As EventArgs) ' Create Instance …

Member Avatar for SheSaidImaPregy
0
91
Member Avatar for SheSaidImaPregy

hi, I have only done basic sql queries and need help on this major one trying to combine many queries into one. What I need is to make the following queries into one: [code]SELECT Username, LastLogin, DateCreated, Views, MainPic, Logged FROM Users WHERE UserID=? SELECT COUNT(AlbumID) FROM ProfileAlbums WHERE UserID=? …

Member Avatar for SheSaidImaPregy
0
93
Member Avatar for vsr

Hi I have a .aspx page that contains some javascript so that when a user presses a checkbox another cell in the datagrid is filled with the current date . That works fine My probelm.... when I have the user press the update button (which does a post back that …

Member Avatar for vsr
0
181
Member Avatar for Kusno

Dear all, I have rectangle that I split to 4 columns and put lines and I fill in each column with textbox ------------------------------------------------------------------------------------------------------------------------------ | Col1 | Col2 | Col3 | Col4 | ------------------------------------------------------------------------------------------------------------------------------- Example : Col1 => Currency Col2 => Amount Col3 => Value date Col4 => Due date sometimes, …

Member Avatar for SheSaidImaPregy
0
118
Member Avatar for Varelei

I'm not sure if I said that clearly enough, :). What I'm trying to do is, seeing as how I'm not able to do a Shopping Cart at the moment, I'm trying to make it so if you select Item33 or something by clicking the 'Order' button, when it redirects …

Member Avatar for SheSaidImaPregy
0
108
Member Avatar for satees

Hi, I have stored "DateTime" format in the database, but i need only "date" at the time of retrive. How to do this? Please help. Thanks in advance. Satees

Member Avatar for SheSaidImaPregy
0
218
Member Avatar for u4umang2001

Hi This is Umang... i m using background-color:"9E0039" in a stylesheet.css file it is working in IE but not working in Mozilla fire fox. if i use the color name (eg. GREEN) instead of color code (eg. 9E0039) it works in Mozilla fire fox also. What should i do so …

Member Avatar for SheSaidImaPregy
0
96
Member Avatar for SheSaidImaPregy

I have a page that a client asked me to make that consists of the following: [code] Repeater1 (Client Data) Label1 = Number of Records Repeater2 (More data where ClientID supplied = ClientID on the table) (Limit 4 recs) Label2 = Number of Records Repeater3 (More data where ClientID supplied …

Member Avatar for SheSaidImaPregy
0
89
Member Avatar for navi17

hi... i have three pages in my website site.master default.aspx home.aspx in master page there is a link button named home... the following is the coding of all three pages... site.master <html> <head> <link rel="stylesheet" href="StyleSheet.css" type="text/css" /> </head> <body> <form id="Form1" runat="server"> <div> <table class="main" cellspacing="0" cellpadding="2"> <tr class="header"> …

Member Avatar for hollystyles
0
114
Member Avatar for ahemdhusam

I need Something in Web Application Like Browse Folder Dialog that Allow to Save the Path of Any Selected Folder, I Try to Use HTMLInputFile but didn't give the expected result. Please Help Me........

Member Avatar for Nareshp_123
0
84
Member Avatar for ptaylor965

Hi, I am getting Error 302 "Object moved to here" from Spiders and from msn.com Click [URL="http://search.msn.co.uk/results.aspx?q=www.taylorsnet.co.uk&geovar=en-US&FORM=REDIR"]Cached Page[/URL] Can any body explain? The page contains one Response.Redirect(URL, True) in code but it if in a button It also contains five SQL Select statments Is this caused by ASP.NET, Me or …

Member Avatar for ptaylor965
0
965
Member Avatar for Nareshp_123

Hi i am new to asp.net. i am preparing an asp.net application which is of like this it will have a webpage,which consists of multiple tabs when i click on each tab it will display different information in the same webpage. my problem is how to create a multiple tab …

Member Avatar for SheSaidImaPregy
0
442
Member Avatar for pmillio

Hi is it possible to do a search based on checkboxes, so for instance a user clicks on a few checkboxes and clicks on a search button, how can i then implement this into a stored procedure and does the stored procedure to have a format to take in the …

Member Avatar for SheSaidImaPregy
0
53
Member Avatar for gurpreet.kaur

is there any way ,with which we can set the clinet browser properties ,such as client browser font,color etc.

Member Avatar for SheSaidImaPregy
0
91
Member Avatar for satish_dukkipat

hi i am mca fresher.i learned .net(asp.net and c#.net) i got job offer in small company.but i heard that there is no future in .net what should i do....should i accept the job or otherwise i am planning to do ocp(oracle)........pls guide me

Member Avatar for navi17
0
76
Member Avatar for bhavna_816

I am working on search module of a website.I am doing it from MS Index server searching by creating catalogs. My index server is searching the title and path from a HTML page of a directory stored in the catalog. I don't want to get the description (characterization) from the …

0
55
Member Avatar for justapimp

I have a website that uses a frameset which consist of a left frame and right frame. The right frame consists of the main contents, which are selectable via a set of iframes. The left frame has a graphical panel that users interact with to request info from or send …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for SheSaidImaPregy

I have a few questions for those who know so much about the web.. 1. Is it better to declare.. 20 variables and do all your SQL queries immediately, or to do like 10 variables and open your connection, do one query, then reset your variables and runt he queries …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for scorpionz

Hi its scorpionz i have some little Problem in Coding i want to Develop an asp.net application that retrieve records from a table of ms access and display on a page in a grid or html table. Make sure the table has two fields [EmpName, EmpQualification]. The page should provide …

Member Avatar for jquick
0
120
Member Avatar for scorpionz

Hi its scorpionz i have some little Problem in Coding i want to Develop an asp.net application that retrieve records from a table of ms access and display on a page in a grid or html table. Make sure the table has two fields [EmpName, EmpQualification]. The page should provide …

Member Avatar for SheSaidImaPregy
0
92
Member Avatar for ditty

hi I am doing a project in asp.net with c#. Can anybody help me to edit data in the gridview. How can i enable the cells in gridview to modify the data.

Member Avatar for sandeep.thakur1
0
101
Member Avatar for samZin

Hi there i am just new to this forum and hoping to get some geeks to help us out Here is the problem We have a website on our own server (win 2003 sever) website [url]www.jpsequipment.com[/url] We decided to transfer all data including the database to a different webhosting company …

Member Avatar for SheSaidImaPregy
0
180
Member Avatar for navi17

hi everyone.. i m new to asp.net and i decide to do poject in .net but i m short of ideas. plz suggest me........

Member Avatar for SheSaidImaPregy
0
301
Member Avatar for anju_a_sagar

hi everybody, i m doing project in which i need to get the values from one software written in VB and use in the asp. Is it possible to fetch the values from the ASP. many thanks anju

Member Avatar for anju_a_sagar
0
122
Member Avatar for gurpreet.kaur

i m using asp.net 2.0 and i apply stylesheets .when i open my pages in IE it works fine,but when i try to open in Mozilla ,it does not look same . if any body know some code for browser independence ,please help me.its urgent.

Member Avatar for SheSaidImaPregy
0
180
Member Avatar for anju_a_sagar

hi everybody I m using a temperature sensor which senses the room temp and that analog value is given to analog to digital convertor i.e. k8055 usb experiment board. This board is connected to computer through USB and there is software which comes with this experiment board thorugh which u …

0
51
Member Avatar for Duki

I'm trying to write an asp.net page that will keep variables using the .value command. It's not working. Here's my code [code=vb.net] Dim custID As Integer Dim noMovies As Integer Dim price As Double Dim discount As Double Dim total As Double custID = Integer.Parse(Me.idTextBox.Text) noMovies = Integer.Parse(Me.numMovTextBox.Text) price = …

Member Avatar for SheSaidImaPregy
0
119
Member Avatar for faranak

hi I am having a problem closing a popup and open a new page when a button click in popup window. when i close popup,new web page open in popup window.What I want to do is close the popup and return to the original window. Please help me. thanks protected …

0
58
Member Avatar for kolony

hi i am new to asp.net .i have to do two projects in asp.net. i am weak in coding . i am making a website in asp.net with vb.net as back-end . i have to do codibg of login page which uses postback i am confused. i have seen daniweb's …

Member Avatar for SheSaidImaPregy
0
237
Member Avatar for faranak

hi I have a gridview that fill from DB .I want to put a textbox in my website which ask user a number , after the user input the number, i want to have gridview with that number rows to fill in. then asfter input data in gridview saving them …

Member Avatar for johnpatrick
0
59
Member Avatar for SheSaidImaPregy

Hello, I am trying to set up a string where it taps two databases, Albums and Photos. I need to select the following columns of Albums database and Photos where the Albums.AlbumType='Nightlife' and then order by the sum of photos.views desc for ranking the top 4 (limit 4) This is …

Member Avatar for SheSaidImaPregy
0
79
Member Avatar for faranak

Hi I have a list like List<vahed>. this list fill from vahed class.when i want to bind list into gridview ,I store it in Session. but when this list bind to grid view,data is empty. my code: [INLINECODE] //class vahed public List<Vahed> SelectAll() { Vahed V = new Vahed(); string …

Member Avatar for SheSaidImaPregy
0
249
Member Avatar for Cecilia_notes

I have a ListView showing all the words from a file, the code is checking these words all the time to see whether they meet certain condition, or so, I would like the checkbox of that list item checked. I have 2 problems here: 1. How can I prevent the …

Member Avatar for hollystyles
0
174
Member Avatar for Duki

I'm trying to write an asp.net page that will keep variables using the .value command. It's not working. Here's my code [code=vb.net] Dim custID As Integer Dim noMovies As Integer Dim price As Double Dim discount As Double Dim total As Double custID = Integer.Parse(Me.idTextBox.Text) noMovies = Integer.Parse(Me.numMovTextBox.Text) price = …

Member Avatar for SheSaidImaPregy
0
96
Member Avatar for artee

I am trying to send an email from an ASP.NET application and get the error "Could not create 'CDO.Message' object" It seems to be some permission error and unfortunately cannot figure it out, hence this post. I tested the same code in a VB.NET application and it works fine and …

Member Avatar for amrahne
0
436
Member Avatar for doraima29

I'm building a dynamic form with radio buttons. These radio buttons will hold values that have specific email addresses of respective people in a company. here is the html and asp code shown below: <FORM METHOD=POST ACTION="mailform.asp" ONSUBMIT="DoctorElements();"> <INPUT TYPE=HIDDEN NAME="urlSendTo" VALUE="/suggestions/thankyou.htm"> <INPUT TYPE=HIDDEN NAME="urlFromPath" VALUE="/suggestions/default.htm"> Name: <INPUT TYPE=TEXT NAME="txtUser.Name"><BR> …

Member Avatar for SheSaidImaPregy
0
153
Member Avatar for bhagwan

please tell me the site whict hosted for free .................my site.also provide free web server service.......

Member Avatar for SheSaidImaPregy
0
36
Member Avatar for justapimp

I wrote a program that makes use of the System.Timers.Timer name space and it is not working like expected it to. My program listed bellow excepted two date values and determined if one date is greater than the other by using the DateTime.compare method. If one date is greater than …

Member Avatar for SheSaidImaPregy
0
133
Member Avatar for SouthernBoy718

Hi all. As I'm a newbie and learning VB.NET, I have some questions about pages within pages or maybe even another facit of coding. First, is there a way to call and load an aspx page within another aspx page? Secondly, would this be better accomplished using modules? Here's a …

Member Avatar for SheSaidImaPregy
0
593
Member Avatar for karan_21584

i want to create a dropdownlist and when i click the dropdownlist, then it should show the all databases which is present in SQLserver. (now i m using SQLSERVER 2005 and Microsoft VISUAL STUDIO 2005) can anyone help me plz? thanks in advance. CLEAR MY DOUBT IF U GENIUS

Member Avatar for s_muenchaisit
0
139
Member Avatar for Terry Robinson

I've used Delphi for the past 12 years, but now I need to get up to speed in C#. Since both systems were designed by the same person, there are lots of similarities. However, C# seems to have a big gap when it comes to centralized data access. All of …

Member Avatar for JerryShaw
0
399
Member Avatar for Andre de R

I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc. The code is Private target As Integer Private solutions As Integer Private mode As Integer Private Type dealstr trump As Integer first …

0
48
Member Avatar for blitz2bleach

Hello there, i just need your opinion about this...i have now database and all i need to do is to connect it on this page..my question is..where i should put the code of connecting this page to my database that has a column of "ID" and "Password" and it has …

Member Avatar for SheSaidImaPregy
0
176
Member Avatar for Pim

Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You.

Member Avatar for tostrinj
0
149
Member Avatar for SheSaidImaPregy

Can someone please help me figure out what I am doing wrong here? It is supposed to find the checkboxes per dataitem and see if that specific dataitem needs to be deleted. And if it does, to delete them all after adding it to one SQL statement. Please look below …

Member Avatar for SheSaidImaPregy
0
110

The End.