Click here to Skip to main content
15,886,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCrystal report is not displaying for chrome browser but working finr with IE and firefox Pin
sma123#25-Aug-14 22:20
sma123#25-Aug-14 22:20 
AnswerRe: Crystal report is not displaying for chrome browser but working finr with IE and firefox Pin
jkirkerx26-Aug-14 9:04
professionaljkirkerx26-Aug-14 9:04 
QuestionDatalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 2:56
Otekpo Emmanuel24-Aug-14 2:56 
AnswerRe: Datalist onitemcommand Pin
Richard MacCutchan24-Aug-14 4:51
mveRichard MacCutchan24-Aug-14 4:51 
GeneralRe: Datalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 11:49
Otekpo Emmanuel24-Aug-14 11:49 
QuestionDatalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 2:36
Otekpo Emmanuel24-Aug-14 2:36 
AnswerRe: Datalist onitemcommand Pin
Richard MacCutchan24-Aug-14 4:52
mveRichard MacCutchan24-Aug-14 4:52 
GeneralRe: Datalist onitemcommand Pin
Otekpo Emmanuel24-Aug-14 19:52
Otekpo Emmanuel24-Aug-14 19:52 
Thanks Richard. I followed the link you suggested but that is not what i want. I know how to add the onitemcommand and how to call it. What i want is, i want to call the onitemcommand event on page load without waiting for click. Below is example of what i want.
Html
<pre><asp: DataList ID="dtl" runat="server" onItemCommand="action"/></pre>
code behind
<pre>Sub action(ByVal obj As Object, ByVal e As DataListEventArgs)
MsgBox("Hello")
End Sub
</pre>
the msg can only show when a button inside datalist is click. How can i make the msg show on page load? Thanks.
SuggestionRe: Datalist onitemcommand Pin
Richard Deeming26-Aug-14 2:01
mveRichard Deeming26-Aug-14 2:01 
GeneralRe: Datalist onitemcommand Pin
Otekpo Emmanuel26-Aug-14 4:45
Otekpo Emmanuel26-Aug-14 4:45 
Questionrelated to final year projects Pin
Member 1067942624-Aug-14 0:52
Member 1067942624-Aug-14 0:52 
AnswerRe: related to final year projects Pin
Richard MacCutchan24-Aug-14 4:50
mveRichard MacCutchan24-Aug-14 4:50 
GeneralRe: related to final year projects Pin
aarif moh shaikh12-Sep-14 20:59
professionalaarif moh shaikh12-Sep-14 20:59 
QuestionIBM DB2 for As400 OLE DB Provider Pin
giocot23-Aug-14 0:55
giocot23-Aug-14 0:55 
AnswerRe: IBM DB2 for As400 OLE DB Provider Pin
jkirkerx24-Aug-14 10:32
professionaljkirkerx24-Aug-14 10:32 
QuestionMoving duplicated 'return View("Index");' statments out of several multi exception catch blocks into a single block of code outside of the try/catch conditions Pin
Stephen Holdorf22-Aug-14 14:49
Stephen Holdorf22-Aug-14 14:49 
AnswerRe: Moving duplicated 'return View("Index");' statments out of several multi exception catch blocks into a single block of code outside of the try/catch conditions Pin
onelopez22-Aug-14 16:21
onelopez22-Aug-14 16:21 
QuestionOne on one chat application Pin
Otekpo Emmanuel21-Aug-14 22:39
Otekpo Emmanuel21-Aug-14 22:39 
AnswerRe: One on one chat application Pin
Anurag Gandhi22-Aug-14 3:32
professionalAnurag Gandhi22-Aug-14 3:32 
QuestionSql delete statement Pin
Otekpo Emmanuel21-Aug-14 5:20
Otekpo Emmanuel21-Aug-14 5:20 
AnswerRe: Sql delete statement Pin
ZurdoDev21-Aug-14 7:36
professionalZurdoDev21-Aug-14 7:36 
AnswerRe: Sql delete statement Pin
Anurag Gandhi22-Aug-14 3:35
professionalAnurag Gandhi22-Aug-14 3:35 
QuestionSql delete statement Pin
Otekpo Emmanuel21-Aug-14 4:16
Otekpo Emmanuel21-Aug-14 4:16 
AnswerRe: Sql delete statement Pin
Richard Deeming21-Aug-14 4:20
mveRichard Deeming21-Aug-14 4:20 
GeneralRe: Sql delete statement Pin
PIEBALDconsult21-Aug-14 4:23
mvePIEBALDconsult21-Aug-14 4: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.