Forum: ASP.NET Mar 28th, 2006 |
| Replies: 2 Views: 1,812 |
Forum: ASP.NET Mar 14th, 2006 |
| Replies: 1 Views: 3,968 |
Forum: ASP.NET Dec 29th, 2005 |
| Replies: 5 Views: 2,230 lifetime of viewstate :D What is the lifetime of values within the viewstate. :D
for how much time are they going to store the values of our controls |
Forum: ASP.NET Nov 15th, 2005 |
| Replies: 2 Views: 3,345 problem with tab order Im unable to maintain the tab order when ever my controls autopostback get executed.
I hav 4 controls and my 3rd controls prop of autopostback is true.when ever autopostback is executed the control... |
Forum: ASP.NET Oct 8th, 2005 |
| Replies: 2 Views: 8,696 |
Forum: ASP.NET Oct 8th, 2005 |
| Replies: 1 Views: 1,392 Is it possible to create editable listboxes for one of my projects I need to display a list of items in list box.my user want to enter options into the list box by editing the listbox on the webpage itself but is it possible :?: |
Forum: ASP.NET Oct 7th, 2005 |
| Replies: 0 Views: 982 about CDONTS I hav created a newmail object using CDONTS and I hav sent to some address but it is not copied in to the "drop" directory in the inetpub
which must happen when a mail is sent to some address... |
Forum: ASP.NET Aug 1st, 2005 |
| Replies: 1 Views: 7,344 about confirm message box In my application I allow my user to delete a transaction at extreme cases
only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know... |
Forum: ASP.NET Aug 1st, 2005 |
| Replies: 1 Views: 10,013 |
Forum: ASP Aug 1st, 2005 |
| Replies: 1 Views: 4,589 wat is web.config what is web.config file.how many web.config files can be allowed to use in an application
what exactly is the usage of web.config file |
Forum: ASP.NET May 22nd, 2005 |
| Replies: 2 Views: 4,499 |
Forum: ASP.NET May 20th, 2005 |
| Replies: 1 Views: 9,976 |
Forum: ASP.NET May 19th, 2005 |
| Replies: 9 Views: 6,079 Textbox is not losing its previous value I hav a program with 2 textboxes in which I hav to display data fields from sql tables and insert values in to table through these 2 textboxes.
the program goes like this
Dim ds As New DataSet
... |
Forum: ASP.NET May 5th, 2005 |
| Replies: 4 Views: 27,637 |
Forum: ASP.NET May 1st, 2005 |
| Replies: 4 Views: 27,637 request.form is not working in asp.net I want to retrieve data from controls in the requested page to other page by
using request.form(control name) but this is not working for me.I tried both response.redirect and also server.transfer ... |