Click here to Skip to main content
15,886,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: need help with inner join and oount sql server 2005 and asp.net 2005 Pin
VijayVishwakarma27-Aug-08 4:31
VijayVishwakarma27-Aug-08 4:31 
GeneralRe: need help with inner join and oount sql server 2005 and asp.net 2005 Pin
Paddy Boyd27-Aug-08 2:31
Paddy Boyd27-Aug-08 2:31 
GeneralRe: need help with inner join and oount sql server 2005 and asp.net 2005 Pin
VijayVishwakarma27-Aug-08 4:33
VijayVishwakarma27-Aug-08 4:33 
QuestionURL Rewriting Pin
srinandan..26-Aug-08 23:53
srinandan..26-Aug-08 23:53 
AnswerRe: URL Rewriting Pin
eyeseetee26-Aug-08 23:56
eyeseetee26-Aug-08 23:56 
Questioncolumn value from multiple rows as one value Pin
vjvjvjvj26-Aug-08 23:40
vjvjvjvj26-Aug-08 23:40 
AnswerRe: column value from multiple rows as one value Pin
Tripathi Swati26-Aug-08 23:59
Tripathi Swati26-Aug-08 23:59 
QuestionRe: column value from multiple rows as one value Pin
vjvjvjvj27-Aug-08 0:44
vjvjvjvj27-Aug-08 0:44 
Hi Swati,

Thanks.. but I still have some doubts

My data grid is dg_SearchResults
and I add a following column in it

Dim Details As New BoundColumn
Details.HeaderText = "Details"
Details.DataField = "DETAILS"
dg_SearchResults.Columns.AddAt(0, Details) (details should have those values in one row)

Now can I bind the out put of stored procedure as you have mentioned to my datagrid. i guess its not
dataset just a flat string . will it consider it as the dataset to get binded with my datagrid.

what changes do I have to make to my stored procedure?

regards
vijay
AnswerRe: column value from multiple rows as one value Pin
Tripathi Swati27-Aug-08 1:12
Tripathi Swati27-Aug-08 1:12 
GeneralRe: column value from multiple rows as one value Pin
vjvjvjvj27-Aug-08 1:28
vjvjvjvj27-Aug-08 1:28 
GeneralRe: column value from multiple rows as one value Pin
Tripathi Swati27-Aug-08 2:33
Tripathi Swati27-Aug-08 2:33 
GeneralRe: column value from multiple rows as one value Pin
vjvjvjvj27-Aug-08 3:00
vjvjvjvj27-Aug-08 3:00 
GeneralRe: column value from multiple rows as one value Pin
Tripathi Swati27-Aug-08 19:30
Tripathi Swati27-Aug-08 19:30 
GeneralRe: column value from multiple rows as one value Pin
vjvjvjvj27-Aug-08 22:51
vjvjvjvj27-Aug-08 22:51 
QuestionAuthorization roles & IIS Pin
laserbaronen26-Aug-08 23:39
laserbaronen26-Aug-08 23:39 
AnswerRe: Authorization roles & IIS Pin
eyeseetee26-Aug-08 23:58
eyeseetee26-Aug-08 23:58 
GeneralRe: Authorization roles & IIS Pin
laserbaronen27-Aug-08 0:48
laserbaronen27-Aug-08 0:48 
Questionsending Email in C# Pin
kvsreedhar26-Aug-08 23:33
kvsreedhar26-Aug-08 23:33 
AnswerRe: sending Email in C# Pin
N a v a n e e t h26-Aug-08 23:36
N a v a n e e t h26-Aug-08 23:36 
GeneralRe: sending Email in C# Pin
kvsreedhar26-Aug-08 23:52
kvsreedhar26-Aug-08 23:52 
GeneralRe: sending Email in C# Pin
eyeseetee26-Aug-08 23:55
eyeseetee26-Aug-08 23:55 
GeneralRe: sending Email in C# Pin
kvsreedhar27-Aug-08 0:08
kvsreedhar27-Aug-08 0:08 
GeneralRe: sending Email in C# Pin
eyeseetee27-Aug-08 0:11
eyeseetee27-Aug-08 0:11 
GeneralRe: sending Email in C# Pin
kvsreedhar27-Aug-08 0:20
kvsreedhar27-Aug-08 0:20 
GeneralRe: sending Email in C# Pin
eyeseetee27-Aug-08 1:29
eyeseetee27-Aug-08 1:29 

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.