Click here to Skip to main content
15,912,932 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Expire a link Pin
Abhishek Sur22-Nov-09 12:05
professionalAbhishek Sur22-Nov-09 12:05 
GeneralRe: Expire a link Pin
Calvin1122-Nov-09 13:06
Calvin1122-Nov-09 13:06 
GeneralRe: Expire a link Pin
amol ambilwade6-Jul-10 10:05
amol ambilwade6-Jul-10 10:05 
QuestionSearch suggestion in ASP/ASP.Net; need help!! Pin
maddy201222-Nov-09 6:49
maddy201222-Nov-09 6:49 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Blue_Boy22-Nov-09 6:58
Blue_Boy22-Nov-09 6:58 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Abhishek Sur22-Nov-09 9:21
professionalAbhishek Sur22-Nov-09 9:21 
QuestionSharepoint Pin
vimalkumarsinghal22-Nov-09 5:22
vimalkumarsinghal22-Nov-09 5:22 
AnswerRe: Sharepoint Pin
Abhishek Sur22-Nov-09 5:24
professionalAbhishek Sur22-Nov-09 5:24 
Questionhow to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:23
Muhammad Nauman Yousuf22-Nov-09 4:23 
AnswerRe: how to programatically click on LINK Pin
N a v a n e e t h22-Nov-09 4:25
N a v a n e e t h22-Nov-09 4:25 
GeneralRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:36
Muhammad Nauman Yousuf22-Nov-09 4:36 
AnswerRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 20:22
Muhammad Nauman Yousuf22-Nov-09 20:22 
QuestionUnable to Bind Vlaues to GridView Control.... Pin
Anil Kumar.Arvapalli22-Nov-09 2:13
Anil Kumar.Arvapalli22-Nov-09 2:13 
Hi Guys,

Iam new to ASP.Net where iam currently working with GridView Control... Iam reading set of values from Database and below statements contains all the records iam sure abt it.

SqlConnection con = new SqlConnection(DB.ConnectionString);
con.Open();

SqlCommand cmd = new SqlCommand("Select * from FB Employees where Empid=101 ",con);
SqlDataReader reader = cmd.ExecuteReader();

Now how to assign these values to GridView so that i can veiw in table format. here is the code iam using unable to bind values to Grid Control.
Plz help me regarding this...


GridView1.DataSource = reader;
GridView1.DataBind();
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
N a v a n e e t h22-Nov-09 3:48
N a v a n e e t h22-Nov-09 3:48 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
Amit Patel198522-Nov-09 19:08
Amit Patel198522-Nov-09 19:08 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
April Fans24-Nov-09 0:50
April Fans24-Nov-09 0:50 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
April Fans24-Nov-09 0:58
April Fans24-Nov-09 0:58 
QuestionShare me the ideas how i apprach the below Pin
Rameez Raja21-Nov-09 23:59
Rameez Raja21-Nov-09 23:59 
AnswerRe: Share me the ideas how i apprach the below Pin
Abhijit Jana22-Nov-09 0:12
professionalAbhijit Jana22-Nov-09 0:12 
GeneralRe: Share me the ideas how i apprach the below Pin
Rameez Raja22-Nov-09 0:23
Rameez Raja22-Nov-09 0:23 
QuestionIam stuck in the below task of validation Pin
Rameez Raja21-Nov-09 23:58
Rameez Raja21-Nov-09 23:58 
AnswerRe: Iam stuck in the below task of validation Pin
Abhishek Sur22-Nov-09 9:59
professionalAbhishek Sur22-Nov-09 9:59 
Questionadd textbox to image Pin
mehrnoosh21-Nov-09 18:31
mehrnoosh21-Nov-09 18:31 
AnswerRe: add textbox to image Pin
saini arun21-Nov-09 19:52
saini arun21-Nov-09 19:52 
GeneralRe: add textbox to image Pin
mehrnoosh21-Nov-09 20:21
mehrnoosh21-Nov-09 20:21 

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.