Click here to Skip to main content
15,905,915 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to do Websetup with userkey validation & Desktop shortcut for home page & Programs menu [modified] Pin
K V Sekhar24-Sep-08 3:56
K V Sekhar24-Sep-08 3:56 
AnswerRe: How to do Websetup with userkey validation & Desktop shortcut for home page & Programs menu Pin
Ashfield24-Sep-08 21:16
Ashfield24-Sep-08 21:16 
GeneralRe: How to do Websetup with userkey validation & Desktop shortcut for home page & Programs menu Pin
K V Sekhar24-Sep-08 21:36
K V Sekhar24-Sep-08 21:36 
GeneralRe: How to do Websetup with userkey validation & Desktop shortcut for home page & Programs menu Pin
Ashfield25-Sep-08 1:43
Ashfield25-Sep-08 1:43 
QuestionHi.. Pin
vinay_K24-Sep-08 2:25
vinay_K24-Sep-08 2:25 
AnswerRe: Hi.. Pin
Paddy Boyd24-Sep-08 2:43
Paddy Boyd24-Sep-08 2:43 
GeneralRe: Hi.. Pin
vinay_K24-Sep-08 2:53
vinay_K24-Sep-08 2:53 
GeneralRe: Hi.. Pin
Venkat Eswaran24-Sep-08 11:51
Venkat Eswaran24-Sep-08 11:51 
http://javascript.about.com/library/blmodal.htm[^]

function modalWin() {
if (window.showModalDialog) {
window.showModalDialog("xpopupex.htm","name",
"dialogWidth:255px;dialogHeight:250px");
} else {
window.open('xpopupex.htm','name',
'height=255,width=250,toolbar=no,directories=no,status=no,
menubar=no,scrollbars=no,resizable=no ,modal=yes');
}
} 


Venky

AnswerRe: Hi.. Pin
Abhijit Jana24-Sep-08 18:00
professionalAbhijit Jana24-Sep-08 18:00 
AnswerRe: Hi.. Pin
Kaushikkavi24-Sep-08 19:35
Kaushikkavi24-Sep-08 19:35 
Questioncall click event of a web page for automatically login? Pin
mr.mohsen24-Sep-08 0:49
mr.mohsen24-Sep-08 0:49 
AnswerRe: call click event of a web page for automatically login? Pin
Abhijit Jana24-Sep-08 18:01
professionalAbhijit Jana24-Sep-08 18:01 
QuestionThe State Information is invalid for this page and might be corrupted. Pin
Vijayitsb24-Sep-08 0:47
Vijayitsb24-Sep-08 0:47 
QuestionFunctional and NonFunctional Reuqirements Pin
Khan.Bangash24-Sep-08 0:41
Khan.Bangash24-Sep-08 0:41 
AnswerRe: Functional and NonFunctional Reuqirements Pin
J4amieC24-Sep-08 0:44
J4amieC24-Sep-08 0:44 
AnswerRe: Functional and NonFunctional Reuqirements Pin
Ashfield24-Sep-08 1:23
Ashfield24-Sep-08 1:23 
AnswerChange your user name to.... Pin
leckey24-Sep-08 14:34
leckey24-Sep-08 14:34 
QuestionFire event of Button which is placed inside the dynamically created user control Pin
EvilInside24-Sep-08 0:26
EvilInside24-Sep-08 0:26 
AnswerRe: Fire event of Button which is placed inside the dynamically created user control Pin
Baran M24-Sep-08 0:52
Baran M24-Sep-08 0:52 
QuestionASP.NET Reg Pin
Socheat.Net24-Sep-08 0:03
Socheat.Net24-Sep-08 0:03 
AnswerRe: ASP.NET Reg Pin
vimal_yet24-Sep-08 0:15
vimal_yet24-Sep-08 0:15 
AnswerRe: ASP.NET Reg Pin
Baran M24-Sep-08 0:44
Baran M24-Sep-08 0:44 
AnswerRe: ASP.NET Reg Pin
vinay_K24-Sep-08 2:29
vinay_K24-Sep-08 2:29 
QuestionSession tracking cookies Problem Pin
MSantosh23-Sep-08 23:39
MSantosh23-Sep-08 23:39 
Questiondata display prob in GridView Pin
kishorg123-Sep-08 22:54
kishorg123-Sep-08 22:54 

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.