Click here to Skip to main content
15,921,622 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to get value from hash table Pin
Parwej Ahamad15-Jul-07 23:41
professionalParwej Ahamad15-Jul-07 23:41 
GeneralRe: how to get value from hash table Pin
Mubashir Javaid15-Jul-07 23:43
Mubashir Javaid15-Jul-07 23:43 
AnswerRe: how to get value from hash table Pin
-Dr_X-18-Jul-07 10:11
-Dr_X-18-Jul-07 10:11 
QuestionHelp in Response.Write statement Pin
Prakash_Mishra15-Jul-07 22:12
Prakash_Mishra15-Jul-07 22:12 
AnswerRe: Help in Response.Write statement Pin
_AK_15-Jul-07 22:42
_AK_15-Jul-07 22:42 
GeneralRe: Help in Response.Write statement Pin
Prakash_Mishra15-Jul-07 23:24
Prakash_Mishra15-Jul-07 23:24 
GeneralRe: Help in Response.Write statement Pin
_AK_15-Jul-07 23:33
_AK_15-Jul-07 23:33 
GeneralRe: Help in Response.Write statement Pin
Prakash_Mishra16-Jul-07 0:27
Prakash_Mishra16-Jul-07 0:27 
This is the code i wrote in which i used the dataset but how to assign the value of dataset into the ID variabe iam not geeting, If possible pl modify the code and send me its having error and I am not getting what to do Pl help me Apurva

Dim con3 As New SqlConnection
Dim cmd3 As New SqlCommand

con3.ConnectionString = "workstation id=R21;packet size=4096;integrated security=SSPI;data source=R21;persist security info=False;initial catalog=Test"
con3.Open()
Dim ds3 As New DataSet
Dim queryString3 As String = "select Cand_Id from Feedback where Cand_Id in(select Max(Cand_Id) from Feedback )"
cmd3.CommandText = queryString
cmd3.Connection = con
Dim sqlda As New SqlDataAdapter(queryString3, con3)
sqlda.Fill(ds3)
ID = ds3
Response.Write("alert('" + ID.ToString() + "')")
con3.Close()
Regards

Prakash Mishra(Banglore,India)

GeneralRe: Help in Response.Write statement Pin
_AK_16-Jul-07 0:44
_AK_16-Jul-07 0:44 
GeneralRe: Help in Response.Write statement Pin
Prakash_Mishra16-Jul-07 0:52
Prakash_Mishra16-Jul-07 0:52 
GeneralRe: Help in Response.Write statement Pin
_AK_16-Jul-07 1:03
_AK_16-Jul-07 1:03 
GeneralRe: Help in Response.Write statement Pin
Prakash_Mishra16-Jul-07 1:05
Prakash_Mishra16-Jul-07 1:05 
GeneralRe: Help in Response.Write statement Pin
_AK_16-Jul-07 1:18
_AK_16-Jul-07 1:18 
GeneralRe: Help in Response.Write statement Pin
Prakash_Mishra16-Jul-07 1:30
Prakash_Mishra16-Jul-07 1:30 
GeneralRe: Help in Response.Write statement Pin
_AK_16-Jul-07 2:22
_AK_16-Jul-07 2:22 
GeneralRe: Help in Response.Write statement Pin
Prakash_Mishra16-Jul-07 2:58
Prakash_Mishra16-Jul-07 2:58 
GeneralRe: Help in Response.Write statement Pin
_AK_16-Jul-07 3:02
_AK_16-Jul-07 3:02 
QuestionHow to Redirect from one URL to another??? Pin
bijeshputhalath15-Jul-07 21:59
bijeshputhalath15-Jul-07 21:59 
AnswerRe: How to Redirect from one URL to another??? Pin
_AK_15-Jul-07 22:00
_AK_15-Jul-07 22:00 
GeneralRe: How to Redirect from one URL to another??? Pin
bijeshputhalath16-Jul-07 0:18
bijeshputhalath16-Jul-07 0:18 
GeneralRe: How to Redirect from one URL to another??? Pin
_AK_16-Jul-07 0:40
_AK_16-Jul-07 0:40 
GeneralRe: How to Redirect from one URL to another??? Pin
bijeshputhalath16-Jul-07 1:18
bijeshputhalath16-Jul-07 1:18 
GeneralRe: How to Redirect from one URL to another??? Pin
_AK_16-Jul-07 2:25
_AK_16-Jul-07 2:25 
AnswerRe: How to Redirect from one URL to another??? Pin
Sathesh Sakthivel15-Jul-07 22:04
Sathesh Sakthivel15-Jul-07 22:04 
GeneralRe: How to Redirect from one URL to another??? Pin
bijeshputhalath16-Jul-07 0:18
bijeshputhalath16-Jul-07 0:18 

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.