Click here to Skip to main content
15,921,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: datagrid and dataset merging problem? Pin
nabeelkhan12-Nov-06 20:07
nabeelkhan12-Nov-06 20:07 
GeneralRe: datagrid and dataset merging problem? Pin
Suresh Pirsquare12-Nov-06 20:40
Suresh Pirsquare12-Nov-06 20:40 
QuestionHow to use message box in asp.net like in vb Pin
Kissy1612-Nov-06 19:18
Kissy1612-Nov-06 19:18 
AnswerRe: How to use message box in asp.net like in vb Pin
just3ala212-Nov-06 19:24
just3ala212-Nov-06 19:24 
AnswerRe: How to use message box in asp.net like in vb Pin
dj.rock12-Nov-06 19:24
dj.rock12-Nov-06 19:24 
AnswerRe: How to use message box in asp.net like in vb Pin
Guffa12-Nov-06 19:25
Guffa12-Nov-06 19:25 
AnswerRe: How to use message box in asp.net like in vb Pin
Suresh Pirsquare12-Nov-06 19:55
Suresh Pirsquare12-Nov-06 19:55 
AnswerRe: How to use message box in asp.net like in vb Pin
Deepak the Cool12-Nov-06 21:43
Deepak the Cool12-Nov-06 21:43 
hi
if u r working with asp.net2005 thn u hav to do

add reference to system.windows.forms

at code behind using following :

using system.windows.forms;

and use

<br />
MessageBox.Show("You have been must login to see Demo", "Error", MessageBoxButtons.OK,MessageBoxIcon.Error,                                   MessageBoxDefaultButton.Button1,                                             MessageBoxOptions.DefaultDesktopOnly);


and more.................

Smile | :)

Deepak

Smile a Lots,Its Costs Nothing

Questionhow to add nodes to treeview dynamically Pin
prameelapydi12-Nov-06 19:04
prameelapydi12-Nov-06 19:04 
AnswerRe: how to add nodes to treeview dynamically Pin
dj.rock12-Nov-06 19:21
dj.rock12-Nov-06 19:21 
GeneralRe: how to add nodes to treeview dynamically Pin
prameelapydi13-Nov-06 17:11
prameelapydi13-Nov-06 17:11 
QuestionASP.NET 2.0 menu control .. How to ?? [modified] Pin
Omkar Ghaisas12-Nov-06 18:21
Omkar Ghaisas12-Nov-06 18:21 
Questionhow to edit and update datalist Pin
chinnivinay12-Nov-06 18:19
chinnivinay12-Nov-06 18:19 
AnswerRe: how to edit and update datalist Pin
Suresh Pirsquare12-Nov-06 20:01
Suresh Pirsquare12-Nov-06 20:01 
AnswerRe: to know what are methods that loaded when page is loaded Pin
George L. Jackson12-Nov-06 17:56
George L. Jackson12-Nov-06 17:56 
AnswerRe: to know what are methods that loaded when page is loaded Pin
just3ala212-Nov-06 19:25
just3ala212-Nov-06 19:25 
Questionto know what are methods that loaded when page is loaded Pin
chinnivinay12-Nov-06 16:48
chinnivinay12-Nov-06 16:48 
QuestionComplex and Interesting DataGrid Dynamic Control problem Pin
anshubansal12-Nov-06 16:08
anshubansal12-Nov-06 16:08 
QuestionSkins and CSS in ASP.NET 2.0. I am completely confused! Pin
shapper12-Nov-06 14:07
shapper12-Nov-06 14:07 
Questionasp.net application configuration - setting up roles and membership Pin
Guy Harwood12-Nov-06 11:24
Guy Harwood12-Nov-06 11:24 
AnswerRe: asp.net application configuration - setting up roles and membership Pin
Guy Harwood14-Nov-06 1:37
Guy Harwood14-Nov-06 1:37 
QuestionC# and ASP.NET Pin
mough12-Nov-06 4:39
mough12-Nov-06 4:39 
Questioncheck Box List and SelectedValue prob.? [modified] Pin
Naif_Prof12-Nov-06 3:59
Naif_Prof12-Nov-06 3:59 
QuestionEvent problem Pin
shapper12-Nov-06 3:56
shapper12-Nov-06 3:56 
AnswerRe: Event problem Pin
CWIZO12-Nov-06 11:17
CWIZO12-Nov-06 11:17 

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.