Click here to Skip to main content
15,888,968 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFinal Year IEEE Projects in Cegonsoft malleshwaram Pin
hema govindaraju25-Feb-11 3:06
hema govindaraju25-Feb-11 3:06 
AnswerRe: Final Year IEEE Projects in Cegonsoft malleshwaram Pin
Richard MacCutchan25-Feb-11 3:13
mveRichard MacCutchan25-Feb-11 3:13 
AnswerRe: Final Year IEEE Projects in Cegonsoft malleshwaram Pin
fjdiewornncalwe25-Feb-11 4:54
professionalfjdiewornncalwe25-Feb-11 4:54 
Questionasp.net security > access rules apply to whole folder rather than single form Pin
Asif Rehman25-Feb-11 0:27
Asif Rehman25-Feb-11 0:27 
AnswerRe: asp.net security > access rules apply to whole folder rather than single form Pin
Shahriar Iqbal Chowdhury/Galib25-Feb-11 1:17
professionalShahriar Iqbal Chowdhury/Galib25-Feb-11 1:17 
GeneralRe: asp.net security > access rules apply to whole folder rather than single form Pin
Asif Rehman25-Feb-11 2:03
Asif Rehman25-Feb-11 2:03 
Questiongridview dropdownlist bind onclick Pin
C#Coudou24-Feb-11 20:24
C#Coudou24-Feb-11 20:24 
AnswerRe: gridview dropdownlist bind onclick Pin
Ali Al Omairi(Abu AlHassan)26-Feb-11 4:55
professionalAli Al Omairi(Abu AlHassan)26-Feb-11 4:55 
Sir, I think you should use an asynchronous callback technique (implement <a target="_blabk" href="http://msdn.microsoft.com/en-us/library/system.web.ui.icallbackeventhandler.aspx" >System.Web.UI.ICallbackEventHandler</a>)

in RowDataBound event add the following:

C#
string args = "some thing unique";
this.DropDownList1.Attributes.Add("onclick", "javascript:DoServerCall(args);");


100 Rose | [Rose] Wink | ;)
Help people,so poeple can help you.

QuestionError in installing Windows Service [modified] Pin
indian14324-Feb-11 11:14
indian14324-Feb-11 11:14 
AnswerRe: Error in installing Windows Service Pin
N a v a n e e t h24-Feb-11 16:57
N a v a n e e t h24-Feb-11 16:57 
GeneralRe: Error in installing Windows Service Pin
indian14325-Feb-11 6:50
indian14325-Feb-11 6:50 
GeneralRe: Error in installing Windows Service Pin
N a v a n e e t h26-Feb-11 14:28
N a v a n e e t h26-Feb-11 14:28 
QuestionGet Username for logged in user Pin
dataminers24-Feb-11 6:22
dataminers24-Feb-11 6:22 
AnswerRe: Get Username for logged in user Pin
mcmathys0424-Feb-11 10:20
mcmathys0424-Feb-11 10:20 
GeneralRe: Get Username for logged in user Pin
GenJerDan24-Feb-11 11:07
GenJerDan24-Feb-11 11:07 
QuestionTree View Control Pin
JustWorking24-Feb-11 3:28
JustWorking24-Feb-11 3:28 
AnswerRe: Tree View Control Pin
Geoff Williams24-Feb-11 6:50
Geoff Williams24-Feb-11 6:50 
AnswerRe: Tree View Control Pin
Ali Al Omairi(Abu AlHassan)26-Feb-11 4:07
professionalAli Al Omairi(Abu AlHassan)26-Feb-11 4:07 
Questionrequired source code of Online admission sytem in asp.net Pin
sunny mehra23-Feb-11 16:23
sunny mehra23-Feb-11 16:23 
AnswerRe: required source code of Online admission sytem in asp.net Pin
Anurag Gandhi23-Feb-11 19:59
professionalAnurag Gandhi23-Feb-11 19:59 
AnswerRe: required source code of Online admission sytem in asp.net Pin
R. Giskard Reventlov23-Feb-11 21:56
R. Giskard Reventlov23-Feb-11 21:56 
AnswerRe: required source code of Online admission sytem in asp.net Pin
Ravi Sant23-Feb-11 23:38
Ravi Sant23-Feb-11 23:38 
AnswerRe: required source code of Online admission sytem in asp.net Pin
Keith Barrow24-Feb-11 0:24
professionalKeith Barrow24-Feb-11 0:24 
QuestionAJAX Calender and SQL Server Pin
SarfarajAhmed23-Feb-11 13:48
SarfarajAhmed23-Feb-11 13:48 
AnswerRe: AJAX Calender and SQL Server Pin
R. Giskard Reventlov23-Feb-11 22:03
R. Giskard Reventlov23-Feb-11 22:03 

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.