Click here to Skip to main content
15,908,675 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSave images in host Pin
fattycode9-Sep-09 23:43
fattycode9-Sep-09 23:43 
AnswerRe: Save images in host Pin
Abhijit Jana9-Sep-09 23:52
professionalAbhijit Jana9-Sep-09 23:52 
GeneralRe: Save images in host Pin
fattycode10-Sep-09 0:01
fattycode10-Sep-09 0:01 
GeneralRe: Save images in host Pin
Abhijit Jana10-Sep-09 0:10
professionalAbhijit Jana10-Sep-09 0:10 
Questionlinking sqldatabase to Csharp Pin
Nancy Sackey9-Sep-09 23:39
Nancy Sackey9-Sep-09 23:39 
AnswerRe: linking sqldatabase to Csharp Pin
Manas Bhardwaj9-Sep-09 23:45
professionalManas Bhardwaj9-Sep-09 23:45 
AnswerRe: linking sqldatabase to Csharp Pin
Christian Graus10-Sep-09 0:28
protectorChristian Graus10-Sep-09 0:28 
QuestionHow to filter Dataset value colmun wise Pin
Samarjeet Singh@india9-Sep-09 23:20
Samarjeet Singh@india9-Sep-09 23:20 
I have a dataset in which is data is comming from two table coresponding id

ad = new SqlDataAdapter("select cityid,cityname,stdcode,statename from cities,States where cities.stateid=states.stateid", con.cn);
ad.fill(ds,"Temp");

GridView1.DataSource =ds.Tables["Temp");
GridView1.DataBind();

but Right now I Want to filter dataset according to textbox value Colmun Wise who will enter by user.
we can filter data directly from table but I want to filter data from dataset. give me help or sugesstion. Thnks.....
AnswerRe: How to filter Dataset value colmun wise Pin
Arun Jacob9-Sep-09 23:24
Arun Jacob9-Sep-09 23:24 
GeneralRe: How to filter Dataset value colmun wise Pin
Samarjeet Singh@india10-Sep-09 0:16
Samarjeet Singh@india10-Sep-09 0:16 
AnswerRe: How to filter Dataset value colmun wise Pin
Arun Jacob10-Sep-09 0:24
Arun Jacob10-Sep-09 0:24 
QuestionRe: How to filter Dataset value colmun wise Pin
Samarjeet Singh@india10-Sep-09 0:34
Samarjeet Singh@india10-Sep-09 0:34 
AnswerRe: How to filter Dataset value colmun wise Pin
Arun Jacob10-Sep-09 1:08
Arun Jacob10-Sep-09 1:08 
Questionabout substring Pin
Rajeshwar Code- Developer9-Sep-09 23:03
Rajeshwar Code- Developer9-Sep-09 23:03 
AnswerRe: about substring Pin
Arun Jacob9-Sep-09 23:09
Arun Jacob9-Sep-09 23:09 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:23
Rajeshwar Code- Developer9-Sep-09 23:23 
GeneralRe: about substring Pin
Arun Jacob9-Sep-09 23:24
Arun Jacob9-Sep-09 23:24 
GeneralRe: about substring Pin
Arun Jacob9-Sep-09 23:26
Arun Jacob9-Sep-09 23:26 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:32
Rajeshwar Code- Developer9-Sep-09 23:32 
AnswerRe: about substring Pin
Arun Jacob9-Sep-09 23:32
Arun Jacob9-Sep-09 23:32 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:45
Rajeshwar Code- Developer9-Sep-09 23:45 
AnswerRe: about substring Pin
Arun Jacob9-Sep-09 23:50
Arun Jacob9-Sep-09 23:50 
GeneralRe: about substring Pin
Rajeshwar Code- Developer9-Sep-09 23:55
Rajeshwar Code- Developer9-Sep-09 23:55 
AnswerRe: about substring Pin
Arun Jacob10-Sep-09 0:28
Arun Jacob10-Sep-09 0:28 
Questionclent server Application Pin
manish.m.meshram9-Sep-09 22:58
manish.m.meshram9-Sep-09 22:58 

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.