Click here to Skip to main content
15,900,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem adding web reference for the web service located at server Pin
hannahwill21-May-09 1:54
hannahwill21-May-09 1:54 
Questionfile downloading issues in mozila and ie Pin
aamirzada21-May-09 0:34
aamirzada21-May-09 0:34 
Question[Message Deleted] Pin
sahoo.fm21-May-09 0:05
sahoo.fm21-May-09 0:05 
AnswerRe: creating pdf Pin
Ashfield21-May-09 1:23
Ashfield21-May-09 1:23 
QuestionCreate controls using a Web Control library Project and using those controls in asp.net web applications Pin
rains197920-May-09 23:26
rains197920-May-09 23:26 
AnswerRe: Create controls using a Web Control library Project and using those controls in asp.net web applications Pin
rains197921-May-09 0:43
rains197921-May-09 0:43 
QuestionHow to Click a Menu Button in Javascript Pin
Vimalsoft(Pty) Ltd20-May-09 22:59
professionalVimalsoft(Pty) Ltd20-May-09 22:59 
AnswerRe: How to Click a Menu Button in Javascript Pin
Ramesh Swaminathan21-May-09 0:19
Ramesh Swaminathan21-May-09 0:19 
Every menu item in the asp.net menu control is rendered as HTML control and will have the href attribut like href="javascript:__doPostBack('NavigationMenu1','Home\\Section 1\\Item 1')".

Therefore call the __doPostBack('NavigationMenu1','Home\\Section 1\\Item 1') in your javascript code. It will automatically make the effect of clicking that menu item.

GeneralRe: How to Click a Menu Button in Javascript Pin
Vimalsoft(Pty) Ltd21-May-09 2:46
professionalVimalsoft(Pty) Ltd21-May-09 2:46 
Questionasp.net sitemap Pin
trimandir prajapati20-May-09 22:44
trimandir prajapati20-May-09 22:44 
AnswerRe: asp.net sitemap Pin
Ramesh Swaminathan21-May-09 0:27
Ramesh Swaminathan21-May-09 0:27 
QuestionWeb Application Deployment Pin
Tomic20-May-09 21:43
Tomic20-May-09 21:43 
Questionx64 based application complation on 32 bit processors Pin
Junaid Raza Khan20-May-09 21:18
Junaid Raza Khan20-May-09 21:18 
AnswerRe: x64 based application complation on 32 bit processors Pin
Ramesh Swaminathan20-May-09 22:27
Ramesh Swaminathan20-May-09 22:27 
QuestionActiveX Control Security-Warning prompt messages Pin
alisolution20-May-09 20:47
alisolution20-May-09 20:47 
AnswerRe: ActiveX Control Security-Warning prompt messages Pin
Ramesh Swaminathan20-May-09 22:12
Ramesh Swaminathan20-May-09 22:12 
QuestionHow to create buttons dynamically with events Pin
antony beula20-May-09 20:33
antony beula20-May-09 20:33 
Answer[Message Deleted] Pin
padmanabhan N20-May-09 20:37
padmanabhan N20-May-09 20:37 
GeneralRe: How to create buttons dynamically with events Pin
antony beula20-May-09 20:51
antony beula20-May-09 20:51 
AnswerRe: How to create buttons dynamically with events Pin
padmanabhan N20-May-09 20:53
padmanabhan N20-May-09 20:53 
QuestionAdd multiple rows to a gridview Pin
manchu_200920-May-09 20:19
manchu_200920-May-09 20:19 
AnswerRe: Add multiple rows to a gridview Pin
padmanabhan N20-May-09 20:25
padmanabhan N20-May-09 20:25 
GeneralRe: Add multiple rows to a gridview Pin
manchu_200920-May-09 22:02
manchu_200920-May-09 22:02 
GeneralRe: Add multiple rows to a gridview Pin
manchu_200920-May-09 22:36
manchu_200920-May-09 22:36 
GeneralRe: Add multiple rows to a gridview Pin
padmanabhan N20-May-09 22:40
padmanabhan N20-May-09 22:40 

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.