Click here to Skip to main content
15,887,981 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net 1.1 to 2.0 Migration Help Pin
pashitech11-Aug-08 19:00
pashitech11-Aug-08 19:00 
Questiongetting value of control Pin
kjalandoon11-Aug-08 16:27
kjalandoon11-Aug-08 16:27 
AnswerRe: getting value of control Pin
kjalandoon11-Aug-08 17:05
kjalandoon11-Aug-08 17:05 
Questionhelp with nextval in do while loop Pin
kl01070511-Aug-08 6:56
kl01070511-Aug-08 6:56 
AnswerRe: help with nextval in do while loop Pin
Manas Bhardwaj11-Aug-08 7:22
professionalManas Bhardwaj11-Aug-08 7:22 
GeneralRe: help with nextval in do while loop Pin
kl01070511-Aug-08 8:05
kl01070511-Aug-08 8:05 
QuestionQuestion regarding 'GetPostBackEventReference' and multiple arguments Pin
Lea Hayes11-Aug-08 6:49
Lea Hayes11-Aug-08 6:49 
AnswerRe: Question regarding 'GetPostBackEventReference' and multiple arguments Pin
Lea Hayes11-Aug-08 7:58
Lea Hayes11-Aug-08 7:58 
Hi,

I have worked out a slightly different way of achieving what I need. Instead of manually adjusting the postback reference I have just realized that I can use hidden fields to achieve what I need.

For those interested,

1. I register the hidden field via
Page.ClientScript.RegisterHiddenField("MyFieldName", "InitialValue");
.
2. This value can then be altered by javascript
document.getElementById('MyFieldName').value = 'AdjustedValue';

3. Then this value can be retrieved again on the server by:
string requestedValue = Page.Request.Form["MyFieldName"];

And that's all there was to it!

Thanks anyhow,
Lea Hayes
GeneralRe: Question regarding 'GetPostBackEventReference' and multiple arguments Pin
nyeboy11-Aug-08 15:55
nyeboy11-Aug-08 15:55 
GeneralRe: Question regarding 'GetPostBackEventReference' and multiple arguments Pin
Lea Hayes12-Aug-08 0:11
Lea Hayes12-Aug-08 0:11 
GeneralRe: Question regarding 'GetPostBackEventReference' and multiple arguments Pin
nyeboy16-Aug-08 15:06
nyeboy16-Aug-08 15:06 
Questionproblem with LoadXml() Pin
salmonraju11-Aug-08 6:02
salmonraju11-Aug-08 6:02 
AnswerRe: problem with LoadXml() Pin
Manas Bhardwaj11-Aug-08 6:14
professionalManas Bhardwaj11-Aug-08 6:14 
GeneralRe: problem with LoadXml() Pin
salmonraju11-Aug-08 6:17
salmonraju11-Aug-08 6:17 
GeneralRe: problem with LoadXml() Pin
Lea Hayes11-Aug-08 6:53
Lea Hayes11-Aug-08 6:53 
GeneralRe: problem with LoadXml() Pin
salmonraju11-Aug-08 6:57
salmonraju11-Aug-08 6:57 
QuestionRadio button list,with a set of values form database. Pin
amit201111-Aug-08 5:25
amit201111-Aug-08 5:25 
AnswerRe: Radio button list,with a set of values form database. Pin
Manas Bhardwaj11-Aug-08 5:36
professionalManas Bhardwaj11-Aug-08 5:36 
GeneralRe: Radio button list,with a set of values form database. Pin
amit201111-Aug-08 5:51
amit201111-Aug-08 5:51 
AnswerRe: Radio button list,with a set of values form database. Pin
umeshdaiya11-Aug-08 5:42
umeshdaiya11-Aug-08 5:42 
Questionenlarge dropdown list control scroll bar Pin
omer erakman11-Aug-08 4:32
omer erakman11-Aug-08 4:32 
AnswerRe: enlarge dropdown list control scroll bar Pin
eyeseetee11-Aug-08 4:47
eyeseetee11-Aug-08 4:47 
GeneralRe: enlarge dropdown list control scroll bar Pin
Bardy8511-Aug-08 4:51
Bardy8511-Aug-08 4:51 
GeneralRe: enlarge dropdown list control scroll bar Pin
omer erakman11-Aug-08 21:41
omer erakman11-Aug-08 21:41 
GeneralRe: enlarge dropdown list control scroll bar Pin
eyeseetee11-Aug-08 22:03
eyeseetee11-Aug-08 22:03 

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.