Click here to Skip to main content
15,906,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionData representation Vertically Pin
srikantha_nagaraj30-Jul-09 20:58
srikantha_nagaraj30-Jul-09 20:58 
AnswerRe: Data representation Vertically Pin
keyur satyadev30-Jul-09 21:29
keyur satyadev30-Jul-09 21:29 
Questionliteral Pin
mylogics30-Jul-09 20:15
professionalmylogics30-Jul-09 20:15 
AnswerRe: literal Pin
janani1330-Jul-09 20:27
janani1330-Jul-09 20:27 
AnswerRe: literal Pin
keyur satyadev30-Jul-09 21:17
keyur satyadev30-Jul-09 21:17 
AnswerRe: literal Pin
Christian Graus30-Jul-09 21:57
protectorChristian Graus30-Jul-09 21:57 
Questionhow can we use debug.assert in web projects . I don t know its value and how I can take Pin
itags.org30-Jul-09 20:09
itags.org30-Jul-09 20:09 
QuestionProblem in script Pin
janani1330-Jul-09 19:45
janani1330-Jul-09 19:45 
Hi all,


Im using java script for alert message. Im saving a record into Db. A flag will be set for existance of the record. If it returns "already exist" the script would be invoked. But the compiler moves into the script but it wont raise any event.But i checked a script on page load its works fine. I dont know why the script is not raise. Please help me..

flag = adminDAL.InsertAdminEvnt(adminBO);

           if (flag == "Inserted")
           {
               //  Page.RegisterStartupScript("Error", "<script>success();</script>");
               Response.Redirect("Events.aspx");
           }
           else
           {

               Page.RegisterStartupScript("Error", "<script>alert('a')</script>");

           }

AnswerRe: Problem in script Pin
amitabha12330-Jul-09 23:01
amitabha12330-Jul-09 23:01 
QuestionMVC partial view Pin
vid nandha30-Jul-09 19:44
vid nandha30-Jul-09 19:44 
Questionhow to upload the file on another page? Pin
Member 387988130-Jul-09 19:07
Member 387988130-Jul-09 19:07 
AnswerRe: how to upload the file on another page? Pin
Christian Graus30-Jul-09 19:16
protectorChristian Graus30-Jul-09 19:16 
AnswerRe: how to upload the file on another page? Pin
keyur satyadev30-Jul-09 21:22
keyur satyadev30-Jul-09 21:22 
AnswerRe: how to upload the file on another page? Pin
amitabha12330-Jul-09 23:25
amitabha12330-Jul-09 23:25 
QuestionRegular expression Pin
janani1330-Jul-09 19:06
janani1330-Jul-09 19:06 
QuestionHow to Find Images in HTML File. Pin
pulak srivastava30-Jul-09 18:21
pulak srivastava30-Jul-09 18:21 
AnswerRe: How to Find Images in HTML File. Pin
Christian Graus30-Jul-09 18:54
protectorChristian Graus30-Jul-09 18:54 
QuestionCursor re-positioning Pin
MacIntyre30-Jul-09 12:52
MacIntyre30-Jul-09 12:52 
AnswerRe: Cursor re-positioning Pin
Hemant_ec4830-Jul-09 13:02
Hemant_ec4830-Jul-09 13:02 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 13:08
MacIntyre30-Jul-09 13:08 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 13:54
protectorChristian Graus30-Jul-09 13:54 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 14:08
MacIntyre30-Jul-09 14:08 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 14:11
protectorChristian Graus30-Jul-09 14:11 
GeneralRe: Cursor re-positioning Pin
MacIntyre30-Jul-09 14:26
MacIntyre30-Jul-09 14:26 
GeneralRe: Cursor re-positioning Pin
Christian Graus30-Jul-09 14:39
protectorChristian Graus30-Jul-09 14:39 

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.