Click here to Skip to main content
15,908,455 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax Pin
kmanisha14-Mar-07 18:24
kmanisha14-Mar-07 18:24 
AnswerRe: Ajax Pin
N a v a n e e t h14-Mar-07 18:48
N a v a n e e t h14-Mar-07 18:48 
Questionsession variable to modal dialoug box Pin
yesu prakash14-Mar-07 17:55
yesu prakash14-Mar-07 17:55 
AnswerRe: session variable to modal dialoug box Pin
N a v a n e e t h14-Mar-07 18:11
N a v a n e e t h14-Mar-07 18:11 
GeneralRe: session variable to modal dialoug box Pin
yesu prakash14-Mar-07 18:20
yesu prakash14-Mar-07 18:20 
GeneralRe: session variable to modal dialoug box Pin
N a v a n e e t h14-Mar-07 18:46
N a v a n e e t h14-Mar-07 18:46 
GeneralRe: session variable to modal dialoug box Pin
yesu prakash14-Mar-07 20:20
yesu prakash14-Mar-07 20:20 
QuestionRemove a QueryString Pin
nxde200014-Mar-07 17:26
nxde200014-Mar-07 17:26 
Hi,
I have to write a page which receive a QueryString named LanguageID. In its Load event, after getting this parameter, I must remove it from the Request object. The reason is when the page is shown, and the user press F5 KEY (for example), the page will be refreshed without the QueryString LanguageID (This parameter is used only one time). I can image the scenario is like following:

Sub Load()

If not Request.QueryString("LanguageID") is Nothing then
strLanguageID=Request.QueryString("LanguageID")
Request.QueryString.Remove("LanguageID")'This line didn't work, the error is that the collection is read-only
Else
strLanguageID=GetLanguageIDFromDatabase()
End If

'Do other works


End Sub

How can I solve this problem? Any one can help me? Thanks.
AnswerRe: Remove a QueryString Pin
Harini N K14-Mar-07 19:00
Harini N K14-Mar-07 19:00 
GeneralRe: Remove a QueryString Pin
nxde200014-Mar-07 20:31
nxde200014-Mar-07 20:31 
QuestionSending a value to a user control Pin
digsy_14-Mar-07 13:07
digsy_14-Mar-07 13:07 
AnswerRe: Sending a value to a user control Pin
N a v a n e e t h14-Mar-07 18:41
N a v a n e e t h14-Mar-07 18:41 
GeneralRe: Sending a value to a user control Pin
digsy_15-Mar-07 2:09
digsy_15-Mar-07 2:09 
Questionfile reading Pin
shawn41414-Mar-07 11:50
shawn41414-Mar-07 11:50 
AnswerRe: file reading Pin
kubben14-Mar-07 11:56
kubben14-Mar-07 11:56 
Questionvalidating registration image Pin
shawn41414-Mar-07 11:25
shawn41414-Mar-07 11:25 
QuestionUser name is blank in Login Page Pin
subhsam14-Mar-07 10:26
subhsam14-Mar-07 10:26 
AnswerRe: User name is blank in Login Page Pin
subhsam15-Mar-07 9:01
subhsam15-Mar-07 9:01 
Questionwriting to the database Pin
samwisethegreat14-Mar-07 10:00
samwisethegreat14-Mar-07 10:00 
AnswerRe: writing to the database Pin
kubben14-Mar-07 12:05
kubben14-Mar-07 12:05 
QuestionRe: writing to the database Pin
samwisethegreat15-Mar-07 1:05
samwisethegreat15-Mar-07 1:05 
AnswerRe: writing to the database Pin
kubben15-Mar-07 1:38
kubben15-Mar-07 1:38 
QuestionASP.NET Exporting to Excel w/ Color Pin
shinkentb14-Mar-07 8:12
shinkentb14-Mar-07 8:12 
QuestionPLease, i need your help Pin
Ahmed EL Gendy14-Mar-07 6:18
Ahmed EL Gendy14-Mar-07 6:18 
AnswerRe: PLease, i need your help /using C# Pin
Naveed Kamboh14-Mar-07 7:26
Naveed Kamboh14-Mar-07 7:26 

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.