Forum: ASP.NET Mar 29th, 2006 |
| Replies: 2 Views: 3,002 Im creating dynamic checkboxes on page_load(by getting the number of floors of a building from database)
if user checks any one of floor checkboxes and hits generateflats button(Postback) then I... |
Forum: ASP.NET Mar 15th, 2006 |
| Replies: 1 Views: 5,628 I want a code to upload a ms word file and store it in sql table.I need this very urgently for my project in asp.net(vs 2003)
:confused: anybody help me plzzzzzzzzz :confused: |
Forum: ASP.NET Dec 29th, 2005 |
| Replies: 5 Views: 3,348 :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: 5,312 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 9th, 2005 |
| Replies: 2 Views: 13,163 what is the difference between optimistic locking and pessimistic locking in ado.net |
Forum: ASP.NET Oct 9th, 2005 |
| Replies: 1 Views: 2,446 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 8th, 2005 |
| Replies: 0 Views: 1,263 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 2nd, 2005 |
| Replies: 1 Views: 10,578 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 2nd, 2005 |
| Replies: 1 Views: 14,274 ;) what does assemblyinfo.cs consists of |
Forum: ASP.NET May 22nd, 2005 |
| Replies: 2 Views: 5,976 I am working on a asp.net project currently in my office.I want to copy this project into my system at home so that I can work on it both at home and at office but my project copied from my office... |
Forum: ASP.NET May 20th, 2005 |
| Replies: 1 Views: 13,372 I have 3 textboxes in my webform.I want my user to enter valid entries into them. If user leaves any textbox empty.I want Give him an alert to him (like a msgbox in vb.net).I'm using textboxes in... |
Forum: ASP.NET May 19th, 2005 |
| Replies: 16 Views: 10,032 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: 42,983 thank you for your reply sypher.
ramareddy_dotne |
Forum: ASP.NET May 2nd, 2005 |
| Replies: 4 Views: 42,983 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... |