Click here to Skip to main content
15,909,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HTML tables and ASP.NET Pin
SpiderR29-Jan-07 23:46
SpiderR29-Jan-07 23:46 
Questionviewstate of combo box Pin
Harikrk29-Jan-07 20:01
Harikrk29-Jan-07 20:01 
AnswerRe: viewstate of combo box Pin
payback29-Jan-07 21:12
payback29-Jan-07 21:12 
GeneralRe: viewstate of combo box Pin
Harikrk29-Jan-07 21:25
Harikrk29-Jan-07 21:25 
GeneralRe: viewstate of combo box Pin
Sylvester george30-Jan-07 1:24
Sylvester george30-Jan-07 1:24 
QuestionUser define right click menu Pin
nannapanenikamalnath29-Jan-07 19:43
nannapanenikamalnath29-Jan-07 19:43 
AnswerRe: User define right click menu Pin
Sylvester george29-Jan-07 20:02
Sylvester george29-Jan-07 20:02 
AnswerRe: User define right click menu Pin
Artem Kustikov29-Jan-07 21:29
Artem Kustikov29-Jan-07 21:29 
You can add oncontextmenu event handler for your DOM element or add onmouseup event handle where one can check which button is moused up - by event property button:
<br />
var ev = (e ? e : window.event);<br />
var isRight = (ev.button == 2);<br />

AnswerRe: User define right click menu Pin
Vasudevan Deepak Kumar29-Jan-07 21:49
Vasudevan Deepak Kumar29-Jan-07 21:49 
Questiontreeview + drag and drop using asp.net and c# Pin
ritu432129-Jan-07 19:41
ritu432129-Jan-07 19:41 
AnswerRe: treeview + drag and drop using asp.net and c# Pin
blue_arc30-Jan-07 0:20
blue_arc30-Jan-07 0:20 
QuestionUnable to retrieve the Column value of a datagrid Pin
MissionSuccess29-Jan-07 19:34
MissionSuccess29-Jan-07 19:34 
AnswerRe: Unable to retrieve the Column value of a datagrid Pin
Sylvester george29-Jan-07 19:43
Sylvester george29-Jan-07 19:43 
GeneralRe: Unable to retrieve the Column value of a datagrid Pin
MissionSuccess29-Jan-07 22:12
MissionSuccess29-Jan-07 22:12 
QuestionHow do I exit a file jscript Pin
quangnd280229-Jan-07 19:30
quangnd280229-Jan-07 19:30 
AnswerRe: How do I exit a file jscript Pin
Vasudevan Deepak Kumar29-Jan-07 21:49
Vasudevan Deepak Kumar29-Jan-07 21:49 
QuestionDeploying the application without creating deployment Pin
indian14329-Jan-07 18:29
indian14329-Jan-07 18:29 
AnswerRe: Deploying the application without creating deployment Pin
Sylvester george29-Jan-07 18:39
Sylvester george29-Jan-07 18:39 
GeneralRe: Deploying the application without creating deployment Pin
indian14329-Jan-07 18:51
indian14329-Jan-07 18:51 
GeneralRe: Deploying the application without creating deployment Pin
Sylvester george29-Jan-07 18:55
Sylvester george29-Jan-07 18:55 
GeneralRe: Deploying the application without creating deployment Pin
indian14329-Jan-07 19:38
indian14329-Jan-07 19:38 
GeneralRe: Deploying the application without creating deployment Pin
indian14330-Jan-07 4:59
indian14330-Jan-07 4:59 
QuestionHow can I get the IP address of server Pin
indian14329-Jan-07 18:25
indian14329-Jan-07 18:25 
AnswerRe: How can I get the IP address of server Pin
Sylvester george29-Jan-07 18:49
Sylvester george29-Jan-07 18:49 
GeneralRe: How can I get the IP address of server Pin
indian14329-Jan-07 18:52
indian14329-Jan-07 18:52 

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.