Click here to Skip to main content
15,895,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Transparent layer on web page Pin
eggsovereasy6-Jun-08 7:20
eggsovereasy6-Jun-08 7:20 
GeneralRe: Transparent layer on web page Pin
MPR20066-Jun-08 8:10
MPR20066-Jun-08 8:10 
QuestionRegistering java script after page post back Pin
alok_2k36-Jun-08 6:16
alok_2k36-Jun-08 6:16 
AnswerRe: Registering java script after page post back Pin
Parwej Ahamad6-Jun-08 6:23
professionalParwej Ahamad6-Jun-08 6:23 
QuestionConverting a integer value of 0 to empty string when binding to a DataGrid Pin
Steve Holdorf6-Jun-08 5:22
Steve Holdorf6-Jun-08 5:22 
AnswerRe: Converting a integer value of 0 to empty string when binding to a DataGrid Pin
Christian Graus6-Jun-08 5:25
protectorChristian Graus6-Jun-08 5:25 
GeneralRe: Converting a integer value of 0 to empty string when binding to a DataGrid Pin
Steve Holdorf6-Jun-08 6:00
Steve Holdorf6-Jun-08 6:00 
AnswerRe: Converting a integer value of 0 to empty string when binding to a DataGrid Pin
eggsovereasy6-Jun-08 7:23
eggsovereasy6-Jun-08 7:23 
string val = string.Empty;
if (yourInteger != 0)
  val = yourInteger.ToString();



Maybe I don't understand the question...
GeneralRe: Converting a integer value of 0 to empty string when binding to a DataGrid Pin
Christian Graus6-Jun-08 16:33
protectorChristian Graus6-Jun-08 16:33 
QuestionPrinting to non default printer from ASP.NET Page [modified] Pin
Steve Messer6-Jun-08 5:19
Steve Messer6-Jun-08 5:19 
AnswerRe: Printing to non default print from ASP.NET Page Pin
Christian Graus6-Jun-08 5:24
protectorChristian Graus6-Jun-08 5:24 
GeneralRe: Printing to non default print from ASP.NET Page Pin
Steve Messer6-Jun-08 5:31
Steve Messer6-Jun-08 5:31 
GeneralRe: Printing to non default print from ASP.NET Page Pin
Christian Graus6-Jun-08 5:55
protectorChristian Graus6-Jun-08 5:55 
GeneralRe: Printing to non default print from ASP.NET Page Pin
Steve Messer6-Jun-08 5:58
Steve Messer6-Jun-08 5:58 
AnswerRe: Printing to non default print from ASP.NET Page Pin
Vasudevan Deepak Kumar6-Jun-08 5:30
Vasudevan Deepak Kumar6-Jun-08 5:30 
QuestionASP.NET content control problem in Master page architecture Pin
Faisal Khatri6-Jun-08 5:07
Faisal Khatri6-Jun-08 5:07 
AnswerRe: ASP.NET content control problem in Master page architecture Pin
Parwej Ahamad6-Jun-08 5:50
professionalParwej Ahamad6-Jun-08 5:50 
QuestionZ-index problem in a control in a Panel using ModalPopupExtender Pin
ednrg6-Jun-08 3:52
ednrg6-Jun-08 3:52 
AnswerRe: Z-index problem in a control in a Panel using ModalPopupExtender Pin
Member 20303346-Jun-08 4:43
Member 20303346-Jun-08 4:43 
QuestionHow can an Applet communicate with the exact page it was loaded from Pin
xax6-Jun-08 3:49
xax6-Jun-08 3:49 
Questioncant connect to database Pin
eyeseetee6-Jun-08 3:37
eyeseetee6-Jun-08 3:37 
AnswerRe: cant connect to database Pin
Colin Angus Mackay6-Jun-08 4:34
Colin Angus Mackay6-Jun-08 4:34 
GeneralRe: cant connect to database Pin
eyeseetee6-Jun-08 4:55
eyeseetee6-Jun-08 4:55 
Questionupdate panel problem Pin
Miss Maheshwari6-Jun-08 3:28
Miss Maheshwari6-Jun-08 3:28 
QuestionWarning about to lose the changes. Pin
aecordoba6-Jun-08 3:11
aecordoba6-Jun-08 3:11 

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.