Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMenu Control with double functionality needed.... Pin
urvipin25-Mar-09 23:57
urvipin25-Mar-09 23:57 
AnswerRe: Menu Control with double functionality needed.... Pin
annapurna.tiwari26-Mar-09 1:10
annapurna.tiwari26-Mar-09 1:10 
GeneralRe: Menu Control with double functionality needed.... Pin
urvipin26-Mar-09 1:22
urvipin26-Mar-09 1:22 
QuestionHow could i access data from a Table through Javascript? Pin
Subin Alex25-Mar-09 23:39
Subin Alex25-Mar-09 23:39 
Questionwant dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "Silver Light" Pin
Piyush Vardhan Singh25-Mar-09 23:36
Piyush Vardhan Singh25-Mar-09 23:36 
AnswerRe: want dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "Silver Light" Pin
Abhishek Sur25-Mar-09 23:38
professionalAbhishek Sur25-Mar-09 23:38 
GeneralRe: want dynamically change the Items Control(FileUploadControl.xaml) in scrollviewer "Silver Light" Pin
Piyush Vardhan Singh25-Mar-09 23:41
Piyush Vardhan Singh25-Mar-09 23:41 
Questionhow to traverse through the records using sql datareader Pin
nerzhul8625-Mar-09 22:34
nerzhul8625-Mar-09 22:34 
We are doing a project in asp.net 2.0 with sql server 2005,we need to move to the next record at the click of a button.We are using an sql datareader,we have one button 'show',to show each record,and in the page load, the following code is there:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

regid.Text = "1"

mysql = "select que_bank.que_no,que_bank.ans,testquestions.ans from testquestions,que_bank where que_bank.que_no=testquestions.que_no and testquestions.reg_id='" & regid.Text & "'"
cmd.CommandText = mysql

myconn.Open()
objdr = cmd.ExecuteReader()
End Sub


Protected Sub show_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles show.Click
objdr.Read()
queno.Text = objdr.GetValue(0)
cans.Text = objdr.GetValue(1)
urans.Text = objdr.GetValue(2)
End Sub


Can anyone help us?
AnswerRe: how to traverse through the records using sql datareader Pin
anilpal25-Mar-09 22:41
anilpal25-Mar-09 22:41 
AnswerRe: how to traverse through the records using sql datareader Pin
logiclabz25-Mar-09 23:32
logiclabz25-Mar-09 23:32 
Questionhow to use capcha code Pin
JAYRAJ GIRI25-Mar-09 22:10
JAYRAJ GIRI25-Mar-09 22:10 
AnswerRe: how to use capcha code Pin
Abhijit Jana25-Mar-09 22:43
professionalAbhijit Jana25-Mar-09 22:43 
AnswerRe: how to use capcha code Pin
N a v a n e e t h25-Mar-09 23:26
N a v a n e e t h25-Mar-09 23:26 
QuestionHow to get the Client Machine IP Address if Using Proxy Pin
Robymon25-Mar-09 21:29
Robymon25-Mar-09 21:29 
AnswerRe: How to get the Client Machine IP Address if Using Proxy Pin
Ravindra Bisen25-Mar-09 22:12
Ravindra Bisen25-Mar-09 22:12 
GeneralRe: How to get the Client Machine IP Address if Using Proxy Pin
Robymon25-Mar-09 22:50
Robymon25-Mar-09 22:50 
GeneralRe: How to get the Client Machine IP Address if Using Proxy Pin
logiclabz25-Mar-09 22:55
logiclabz25-Mar-09 22:55 
GeneralRe: How to get the Client Machine IP Address if Using Proxy Pin
Robymon25-Mar-09 23:09
Robymon25-Mar-09 23:09 
Questionhow to make session secure? Pin
RajpootRohan25-Mar-09 21:20
professionalRajpootRohan25-Mar-09 21:20 
AnswerRe: how to make session secure? Pin
anilpal25-Mar-09 21:28
anilpal25-Mar-09 21:28 
GeneralRe: how to make session secure? Pin
RajpootRohan25-Mar-09 21:35
professionalRajpootRohan25-Mar-09 21:35 
GeneralRe: how to make session secure? Pin
anilpal25-Mar-09 22:35
anilpal25-Mar-09 22:35 
GeneralRe: how to make session secure? Pin
RajpootRohan25-Mar-09 22:56
professionalRajpootRohan25-Mar-09 22:56 
GeneralRe: how to make session secure? Pin
N a v a n e e t h25-Mar-09 23:14
N a v a n e e t h25-Mar-09 23:14 
GeneralRe: how to make session secure? Pin
RajpootRohan25-Mar-09 23:19
professionalRajpootRohan25-Mar-09 23:19 

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.