Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneed help for writting javascript for transferring data from one system to another Pin
hi_everybody25-Feb-10 0:28
hi_everybody25-Feb-10 0:28 
Questionthe command is not available because no document is open Pin
vimalkumarsinghal24-Feb-10 23:06
vimalkumarsinghal24-Feb-10 23:06 
AnswerRe: the command is not available because no document is open Pin
Nasri871-Mar-10 21:39
Nasri871-Mar-10 21:39 
QuestionHow do we convert a data from database into XMLfile using asp.net with vb.net Pin
vbmadhavi24-Feb-10 23:05
vbmadhavi24-Feb-10 23:05 
AnswerRe: How do we convert a data from database into XMLfile using asp.net with vb.net Pin
Nuri Ismail25-Feb-10 0:18
Nuri Ismail25-Feb-10 0:18 
GeneralRe: How do we convert a data from database into XMLfile using asp.net with vb.net Pin
Sanjay Jaiswal 123456725-Feb-10 0:32
Sanjay Jaiswal 123456725-Feb-10 0:32 
GeneralRe: How do we convert a data from database into XMLfile using asp.net with vb.net Pin
Nuri Ismail25-Feb-10 0:41
Nuri Ismail25-Feb-10 0:41 
QuestionOnclick Event Pin
Paulraj G24-Feb-10 22:54
Paulraj G24-Feb-10 22:54 
Hi...

I am newbie to asp.

my code is,

<asp:Button ID="LOGIN" Text="Submit"   Height = "25px" Width = "78px" 
            runat="server" onclick="LOGIN_Click" ></asp:Button> 
            <br />
            
            <%if (Login_Result == "1")
              {
                  
              }
              else
              {
                  Response.Write(Login_Result);
              } %>
            </p>


when i click login button it will check in the database by c# code.
if its true means Login_Result will return "1". Otherwise it will return "0".
if Login_Result is "1", I have call call a new form main.aspx. How to do this?

Help me...
G.Paulraj

AnswerRe: Onclick Event Pin
R. Giskard Reventlov24-Feb-10 23:24
R. Giskard Reventlov24-Feb-10 23:24 
AnswerRe: Onclick Event Pin
Lokesh Zende25-Feb-10 4:04
professionalLokesh Zende25-Feb-10 4:04 
GeneralRe: Onclick Event Pin
Not Active25-Feb-10 4:12
mentorNot Active25-Feb-10 4:12 
QuestionCannot get checkbox element in Datagrid using javascript in FF Pin
lahari_padigala24-Feb-10 21:09
lahari_padigala24-Feb-10 21:09 
AnswerRe: Cannot get checkbox element in Datagrid using javascript in FF Pin
Chetan Patel24-Feb-10 22:38
Chetan Patel24-Feb-10 22:38 
GeneralRe: Cannot get checkbox element in Datagrid using javascript in FF Pin
lahari_padigala25-Feb-10 1:13
lahari_padigala25-Feb-10 1:13 
QuestionNot loading Images in login page web application Pin
myms.net24-Feb-10 21:03
myms.net24-Feb-10 21:03 
AnswerRe: Not loading Images in login page web application Pin
anushh24-Feb-10 22:35
anushh24-Feb-10 22:35 
GeneralRe: Not loading Images in login page web application Pin
myms.net24-Feb-10 23:06
myms.net24-Feb-10 23:06 
AnswerRe: Not loading Images in login page web application Pin
Ravindra Nidhonkar24-Feb-10 23:07
Ravindra Nidhonkar24-Feb-10 23:07 
Questionhow to insert the data into xml file using asp.net with vb.net Pin
vbmadhavi24-Feb-10 20:18
vbmadhavi24-Feb-10 20:18 
AnswerRe: how to insert the data into xml file using asp.net with vb.net Pin
sumit703424-Feb-10 20:22
sumit703424-Feb-10 20:22 
Questionhow to insert the data into xml file using asp.net with vb.net [modified] Pin
vbmadhavi24-Feb-10 20:00
vbmadhavi24-Feb-10 20:00 
AnswerRe: how to insert the data into xml file using asp.net with vb.net Pin
Prosanta Kundu online24-Feb-10 20:34
Prosanta Kundu online24-Feb-10 20:34 
QuestionMake url clickable in DIV Pin
sumit703424-Feb-10 19:36
sumit703424-Feb-10 19:36 
AnswerRe: Make url clickable in DIV Pin
Prosanta Kundu online24-Feb-10 20:36
Prosanta Kundu online24-Feb-10 20:36 
GeneralRe: Make url clickable in DIV Pin
sumit703424-Feb-10 20:42
sumit703424-Feb-10 20:42 

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.