Click here to Skip to main content
15,913,685 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Service Requisition System Pin
Mike Ellison26-Apr-06 12:27
Mike Ellison26-Apr-06 12:27 
QuestionASP.NET source code for Inventory management system Pin
cena_rock26-Apr-06 10:08
cena_rock26-Apr-06 10:08 
GeneralRe: ASP.NET source code for Inventory management system Pin
Guffa26-Apr-06 10:27
Guffa26-Apr-06 10:27 
QuestionCrystal reports Pin
Jmshastri26-Apr-06 8:09
Jmshastri26-Apr-06 8:09 
AnswerRe: Crystal reports Pin
minhpc_bk26-Apr-06 17:20
minhpc_bk26-Apr-06 17:20 
GeneralRe: Crystal reports Pin
Jmshastri26-Apr-06 22:46
Jmshastri26-Apr-06 22:46 
GeneralRe: Crystal reports Pin
minhpc_bk27-Apr-06 0:27
minhpc_bk27-Apr-06 0:27 
GeneralRe: Crystal reports Pin
Dinuj Nath27-Apr-06 0:49
Dinuj Nath27-Apr-06 0:49 
The following is code to open a new window from code behind. Put this in the event handler for button click.

Dim strPop As String = "" & vbCrLf _
& "window.open('crystalreports.aspx','Report');" & vbCrLf _
& "" & vbCrLf
Page.RegisterStartupScript("Pop", strPop)

-
बुरा जो देखण मै चला, बुरा न िमलया कोय,
जो मन खोजा आपणा तो मुझसे बुरा न कोय।

Translation
Questionsession and application expires Pin
vijnathan26-Apr-06 7:35
vijnathan26-Apr-06 7:35 
AnswerRe: session and application expires Pin
minhpc_bk26-Apr-06 17:14
minhpc_bk26-Apr-06 17:14 
QuestionDigital Dashboard Pin
boriz_spider26-Apr-06 6:28
boriz_spider26-Apr-06 6:28 
AnswerRe: Digital Dashboard Pin
Richard Parsons26-Apr-06 10:30
Richard Parsons26-Apr-06 10:30 
GeneralRe: Digital Dashboard Pin
boriz_spider27-Apr-06 6:34
boriz_spider27-Apr-06 6:34 
GeneralRe: Digital Dashboard Pin
Alexander Chiang27-Apr-06 11:34
Alexander Chiang27-Apr-06 11:34 
QuestionOpen Popup window without using Javascript Pin
Ashutosh_Agarwal26-Apr-06 5:20
Ashutosh_Agarwal26-Apr-06 5:20 
AnswerRe: Open Popup window without using Javascript Pin
J4amieC26-Apr-06 5:49
J4amieC26-Apr-06 5:49 
AnswerRe: Open Popup window without using Javascript Pin
Guffa26-Apr-06 6:36
Guffa26-Apr-06 6:36 
GeneralRe: Open Popup window without using Javascript Pin
J4amieC26-Apr-06 7:15
J4amieC26-Apr-06 7:15 
QuestionRe: Open Popup window without using Javascript Pin
Ashutosh_Agarwal27-Apr-06 2:53
Ashutosh_Agarwal27-Apr-06 2:53 
Questiontreeview OnTreeNodePopulate Pin
gully001IE26-Apr-06 4:22
gully001IE26-Apr-06 4:22 
AnswerRe: treeview OnTreeNodePopulate Pin
minhpc_bk26-Apr-06 17:04
minhpc_bk26-Apr-06 17:04 
QuestionGeneral Search Problems! Pin
wEb GuRu...26-Apr-06 3:06
wEb GuRu...26-Apr-06 3:06 
AnswerRe: General Search Problems! Pin
Mike Ellison26-Apr-06 3:53
Mike Ellison26-Apr-06 3:53 
QuestionHow can I format string to two digit decimal number Pin
Enska8226-Apr-06 3:05
Enska8226-Apr-06 3:05 
AnswerRe: How can I format string to two digit decimal number Pin
Guffa26-Apr-06 4:43
Guffa26-Apr-06 4:43 

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.