Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 6:35
ToddHileHoffer21-Jan-09 6:35 
GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 6:46
dptalt21-Jan-09 6:46 
GeneralRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 7:01
ToddHileHoffer21-Jan-09 7:01 
GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 7:33
dptalt21-Jan-09 7:33 
AnswerRe: Browser Back button not using cache Pin
Sundar_R21-Jan-09 17:59
Sundar_R21-Jan-09 17:59 
QuestionPassing input parameter to external js file function Pin
anandhakrishnan21-Jan-09 2:38
anandhakrishnan21-Jan-09 2:38 
AnswerRe: Passing input parameter to external js file function Pin
ToddHileHoffer21-Jan-09 4:40
ToddHileHoffer21-Jan-09 4:40 
AnswerRe: Passing input parameter to external js file function Pin
led mike21-Jan-09 4:51
led mike21-Jan-09 4:51 
As Todd suggests use code behind
btnSaveCom.OnClientClick = string.Format("validateParameter('{0}')", txtParam.ClientID);



led mike

AnswerRe: Passing input parameter to external js file function Pin
Abhishek Sur21-Jan-09 19:56
professionalAbhishek Sur21-Jan-09 19:56 
QuestionHow to assign a perticular page as https:// ??? Pin
Anand Desai21-Jan-09 1:36
Anand Desai21-Jan-09 1:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
ToddHileHoffer21-Jan-09 4:36
ToddHileHoffer21-Jan-09 4:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
Jon Rista21-Jan-09 18:55
Jon Rista21-Jan-09 18:55 
Questionaccessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 0:56
meghamaharshi21-Jan-09 0:56 
AnswerRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:06
protectorChristian Graus21-Jan-09 1:06 
GeneralRe: accessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 1:10
meghamaharshi21-Jan-09 1:10 
GeneralRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:11
protectorChristian Graus21-Jan-09 1:11 
QuestionUsercontrol Pin
mehrdadc4821-Jan-09 0:45
mehrdadc4821-Jan-09 0:45 
AnswerRe: Usercontrol Pin
Christian Graus21-Jan-09 1:08
protectorChristian Graus21-Jan-09 1:08 
GeneralRe: Usercontrol Pin
mehrdadc4821-Jan-09 1:12
mehrdadc4821-Jan-09 1:12 
GeneralRe: Usercontrol Pin
Christian Graus21-Jan-09 1:20
protectorChristian Graus21-Jan-09 1:20 
GeneralRe: Usercontrol Pin
mehrdadc4821-Jan-09 1:36
mehrdadc4821-Jan-09 1:36 
QuestionHow do I precompile only certain pages from my asp.net 2.0 web application, not the whole site? [modified] Pin
Nada Adel21-Jan-09 0:30
Nada Adel21-Jan-09 0:30 
AnswerRe: How do I precompile only certain pages from my asp.net 2.0 web application, not the whole site? Pin
Christian Graus21-Jan-09 1:09
protectorChristian Graus21-Jan-09 1:09 
GeneralRe: How do I precompile only certain pages from my asp.net 2.0 web application, not the whole site? Pin
Nada Adel21-Jan-09 1:11
Nada Adel21-Jan-09 1:11 
GeneralRe: How do I precompile only certain pages from my asp.net 2.0 web application, not the whole site? Pin
Christian Graus21-Jan-09 1:21
protectorChristian Graus21-Jan-09 1:21 

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.