No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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 goes back to first.how 2 solve this
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 asp.net(web server controls).I dont want to use the validation controls as they wont …
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 Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load …
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 [COLOR=Red]my project copied from my office system is not atleast opening in my system at …
I want to retrieve data from controls in the requested page to other page by using [B]request.form(control name)[/B] but this is not working for me.I tried both [B]response.redirect [/B] and also [B]server.transfer [/B] for redirect to new page but it is not working for both the commands.
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 will refer to the flats existing in that particular floor and I will generate flats(checkboxes ) dynamically. the problem is …
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:
: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
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 :?:
what is the difference between optimistic locking and pessimistic locking in ado.net
I hav created a newmail object using CDONTS and I hav sent to some address but it is not copied in to the [B]"drop" [/B]directory in the inetpub which must happen when a mail is sent to some address successfully in .net if the mail is not successfully sent then …
;) what does assemblyinfo.cs consists of
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
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 about "confirm" msgbox but I dont know how to use it please …
The End.
ramareddy_dotne