Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: SHGFI Flag Info Pin
Heath Stewart1-Dec-03 6:35
protectorHeath Stewart1-Dec-03 6:35 
GeneralRe: SHGFI Flag Info Pin
Tristan Rhodes1-Dec-03 20:44
Tristan Rhodes1-Dec-03 20:44 
GeneralRe: SHGFI Flag Info Pin
Heath Stewart2-Dec-03 2:33
protectorHeath Stewart2-Dec-03 2:33 
GeneralUrgent!!! Using pointers in C# Pin
rasarit171-Dec-03 3:32
rasarit171-Dec-03 3:32 
GeneralRe: Urgent!!! Using pointers in C# Pin
leppie1-Dec-03 6:09
leppie1-Dec-03 6:09 
GeneralRe: Urgent!!! Using pointers in C# Pin
Heath Stewart1-Dec-03 6:45
protectorHeath Stewart1-Dec-03 6:45 
Generalnew webform inside another Pin
krisman1-Dec-03 2:36
krisman1-Dec-03 2:36 
GeneralRe: new webform inside another Pin
Heath Stewart1-Dec-03 2:54
protectorHeath Stewart1-Dec-03 2:54 
First, this is better suited for the ASP.NET forum.

Second, C# compiles to IL which is contained in assemblies which execute code ON THE SERVER. In laymen's terms, C# is only server-side when dealing with Web Forms. So, no, you can't open a popup window using C# without resorting to writing some Javascript/JScript or an HTML link with an appropriate onclick handler or target attribute value.

A quick search on CodeProject would reveal (and at the time this was written, it was right on the homepage under "Latest Best Picks") an ASP.NET WebControl that makes popups easy to deal with (at least for n00bs) at http://www.codeproject.com/aspnet/asppopup.asp[^].

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: new webform inside another Pin
krisman1-Dec-03 3:47
krisman1-Dec-03 3:47 
GeneralAll C# fan want to know Pin
lajiyo1-Dec-03 2:05
lajiyo1-Dec-03 2:05 
GeneralRe: All C# fan want to know Pin
Heath Stewart1-Dec-03 2:49
protectorHeath Stewart1-Dec-03 2:49 
GeneralRe: All C# fan want to know Pin
lajiyo1-Dec-03 22:23
lajiyo1-Dec-03 22:23 
GeneralRe: All C# fan want to know Pin
Heath Stewart2-Dec-03 2:59
protectorHeath Stewart2-Dec-03 2:59 
GeneralRe: All C# fan want to know Pin
lajiyo3-Dec-03 2:29
lajiyo3-Dec-03 2:29 
GeneralRe: All C# fan want to know Pin
Heath Stewart3-Dec-03 3:29
protectorHeath Stewart3-Dec-03 3:29 
GeneralRe: All C# fan want to know Pin
lajiyo3-Dec-03 22:13
lajiyo3-Dec-03 22:13 
GeneralInsert an image into your message Pin
Asim N.1-Dec-03 1:26
Asim N.1-Dec-03 1:26 
GeneralC# vs Sound compression Pin
paladin20031-Dec-03 0:25
paladin20031-Dec-03 0:25 
GeneralRe: C# vs Sound compression Pin
Heath Stewart1-Dec-03 2:44
protectorHeath Stewart1-Dec-03 2:44 
GeneralRe: C# vs Sound compression Pin
paladin20031-Dec-03 4:57
paladin20031-Dec-03 4:57 
GeneralRe: C# vs Sound compression Pin
Heath Stewart1-Dec-03 6:23
protectorHeath Stewart1-Dec-03 6:23 
QuestionSerialize a button? Pin
thomasa30-Nov-03 22:24
thomasa30-Nov-03 22:24 
AnswerRe: Serialize a button? Pin
unitrunker30-Nov-03 22:44
unitrunker30-Nov-03 22:44 
GeneralRe: Serialize a button? Pin
thomasa30-Nov-03 22:56
thomasa30-Nov-03 22:56 
GeneralRe: Serialize a button? Pin
Corinna John1-Dec-03 1:23
Corinna John1-Dec-03 1:23 

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.