hi everyone,
I have created a session and ended it using session.abandon () & redirected to home page. now on clicking IE back button I am able to go to previos page
how can I overcome this.
User Profile
Collapse
-
I think Problem solves using DataReader -
store to database?
I have taken One html text object and three buttons.
I have written code in such a way value of button clicked displays in text area.
Now I have to store value in textarea to database.
How can this be done?
In Asp.net with C# -
solve this pls
I have taken One html text object and three buttons.
I have written code in such a way value of button clicked displays in text area.
Now I have to store value in textarea to database.
How can this be done? In ASP.Last edited by jhardman; Dec 18 '07, 04:57 PM. Reason: merged threads and changed title. Please read posting guidelinesLeave a comment:
-
store textarea value in database
I have taken One html text object and three buttons.
I have written code in such a way value of button clicked displays in text area.
Now I have to store value in textarea to database.
How can this be done?Leave a comment:
-
store textarea value in database
How to insert data in htmltext object to database? -
IN ASP
Place a LinkButton
on doubleclick
Response.Write( "Name");Leave a comment:
-
On Screen Keyboard
I have placed 10 buttons and atextbox initially.
I developed code in such a way that which button I click button text is appended to textbox.
Now I have placed another textbox. Now I have to type data to second textbox,
how can it be done?
I have written code in this manner
if (TextBox1.Text == "")
{
TextBox1.Text = Button1.Text;
}
...
No activity results to display
Show More
Leave a comment: