Click here to Skip to main content
15,922,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalvgdsz Pin
mahili17-Nov-06 18:14
mahili17-Nov-06 18:14 
GeneralRe: vgdsz Pin
Suresh Pirsquare17-Nov-06 18:21
Suresh Pirsquare17-Nov-06 18:21 
QuestionInsert Row in Database Pin
monika_vasvani17-Nov-06 16:24
monika_vasvani17-Nov-06 16:24 
AnswerRe: Insert Row in Database Pin
Gamzun18-Nov-06 3:48
Gamzun18-Nov-06 3:48 
GeneralRe: Insert Row in Database Pin
indianet19-Nov-06 11:41
indianet19-Nov-06 11:41 
QuestionControlling POST action in ASP.NET v. 1.1 ? Pin
GregStevensCA17-Nov-06 12:58
GregStevensCA17-Nov-06 12:58 
AnswerRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
indianet17-Nov-06 13:28
indianet17-Nov-06 13:28 
GeneralRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
GregStevensCA17-Nov-06 14:11
GregStevensCA17-Nov-06 14:11 
1) If I remove the runat="Server" attribute in the form, I can't use any of the server controls (asp:Button, asp:Label) or any of the server-side event handling INSIDE the form. I get a compiler error saying that in order to use server controls inside a form, the form element has to have the runat="Server" attribute.

2) I'm glad the ASP.NET 2.0 method is quite simple. That doesn't help me, though, because my server has ASP.NET 1.1.

3) I wouldn't want to use Server.Transfer because (to my understanding) that does not actually redirect the URL -- it loads the content of the target, but at the current URL location. But for various reasons, I actually want the location to be changed to the target document.

-> And, if I use Response.Redirect instead of Server.Transfer, then I don't think I can use the Request.Params directly any more.


Sorry to be such a pain, but I would still appreciate any help you might be able to give me.

-----G
GeneralRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
indianet18-Nov-06 11:12
indianet18-Nov-06 11:12 
GeneralRe: Controlling POST action in ASP.NET v. 1.1 ? Pin
GregStevensCA18-Nov-06 18:09
GregStevensCA18-Nov-06 18:09 
QuestionForm Validation Pin
vct17-Nov-06 10:47
vct17-Nov-06 10:47 
AnswerRe: Form Validation Pin
Nicejith17-Nov-06 20:40
Nicejith17-Nov-06 20:40 
AnswerRe: Form Validation Pin
Gamzun18-Nov-06 0:43
Gamzun18-Nov-06 0:43 
QuestionCustomized DataGrid-urgent Pin
nour12317-Nov-06 9:16
nour12317-Nov-06 9:16 
AnswerRe: Customized DataGrid-urgent Pin
leckey17-Nov-06 10:29
leckey17-Nov-06 10:29 
GeneralRe: Customized DataGrid-urgent Pin
nour12318-Nov-06 1:22
nour12318-Nov-06 1:22 
QuestionI really need a chat source code written in ASP.net Pin
mahili17-Nov-06 8:10
mahili17-Nov-06 8:10 
AnswerRe: I really need a chat source code written in ASP.net Pin
ednrgc17-Nov-06 9:20
ednrgc17-Nov-06 9:20 
AnswerRe: I really need a chat source code written in ASP.net Pin
leckey17-Nov-06 10:30
leckey17-Nov-06 10:30 
QuestionDynamic Image in Crystal Report Pin
modi_sanjay17-Nov-06 7:15
modi_sanjay17-Nov-06 7:15 
Questionwebservice Pin
saravanan0517-Nov-06 6:35
saravanan0517-Nov-06 6:35 
AnswerRe: webservice Pin
ednrgc17-Nov-06 7:09
ednrgc17-Nov-06 7:09 
AnswerRe: webservice Pin
Kschuler17-Nov-06 8:09
Kschuler17-Nov-06 8:09 
AnswerRe: webservice Pin
postmaster@programmingknowledge.com17-Nov-06 8:53
postmaster@programmingknowledge.com17-Nov-06 8:53 
QuestionAdding Rows To DataList Pin
RadioButton17-Nov-06 6:23
RadioButton17-Nov-06 6:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.