Click here to Skip to main content
16,008,490 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondynamically assigning connection string name to membership provider at Runtime Pin
neilsuresh2-Jun-08 23:58
neilsuresh2-Jun-08 23:58 
AnswerRe: dynamically assigning connection string name to membership provider at Runtime Pin
eyeseetee3-Jun-08 0:45
eyeseetee3-Jun-08 0:45 
QuestionCrystal Report in ASP.NET Pin
senthilsstil2-Jun-08 23:40
senthilsstil2-Jun-08 23:40 
QuestionHow to retrieve images from SQL SERVER 2005 on to an ASP.NET page in C# Pin
SinghSu2-Jun-08 23:07
SinghSu2-Jun-08 23:07 
AnswerRe: How to retrieve images from SQL SERVER 2005 on to an ASP.NET page in C# Pin
Christian Graus3-Jun-08 2:14
protectorChristian Graus3-Jun-08 2:14 
GeneralRe: How to retrieve images from SQL SERVER 2005 on to an ASP.NET page in C# Pin
SinghSu3-Jun-08 20:34
SinghSu3-Jun-08 20:34 
QuestionHow to Identify that Connected database is MySql, Sql Express, Sql Server 2000, etc. Pin
pandeybrijendra2-Jun-08 23:04
pandeybrijendra2-Jun-08 23:04 
QuestionMultiple Gridview mantaining LINQ relationships Pin
Ponzano Paolo2-Jun-08 21:43
Ponzano Paolo2-Jun-08 21:43 
Hello,
I try to explain as best as I can what I'm trying to do:

1)I'm writing a web app using ASP.NET / FW 3.5 and LINQ to SQL.
2)I've got a table called Categories {id<pk>, description} and SubCategories {id<pk>,parentid<pk>, description}
3)I've got two gridview binded to the tables above with LinqDataSource (tried with a single data source and 2 different one)

Even if on db there's a relationship between Categories and SubCategories I can't find an easy way to have the second gridview (the subcategories one) binded to the first one. right now I'm doing the "binding" between the two manually, getting the selected row from first and digging to get the id, but I don't like it much, since sometimes category grid view loses the selectedrow property.

Is somewere an example or tutorial about how can I do it in the best way?
Thanks
Bests
Questionhow to associate event handler for dynamically created dropdownlist Pin
vidhyap2-Jun-08 21:35
vidhyap2-Jun-08 21:35 
AnswerRe: how to associate event handler for dynamically created dropdownlist Pin
eyeseetee2-Jun-08 21:58
eyeseetee2-Jun-08 21:58 
AnswerRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h2-Jun-08 22:15
N a v a n e e t h2-Jun-08 22:15 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap2-Jun-08 23:34
vidhyap2-Jun-08 23:34 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h3-Jun-08 0:01
N a v a n e e t h3-Jun-08 0:01 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap3-Jun-08 0:14
vidhyap3-Jun-08 0:14 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h3-Jun-08 1:02
N a v a n e e t h3-Jun-08 1:02 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap3-Jun-08 18:18
vidhyap3-Jun-08 18:18 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
N a v a n e e t h4-Jun-08 3:48
N a v a n e e t h4-Jun-08 3:48 
AnswerRe: how to associate event handler for dynamically created dropdownlist Pin
Baran M3-Jun-08 3:24
Baran M3-Jun-08 3:24 
GeneralRe: how to associate event handler for dynamically created dropdownlist Pin
vidhyap3-Jun-08 17:03
vidhyap3-Jun-08 17:03 
Questionajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 21:23
Miss Maheshwari2-Jun-08 21:23 
AnswerRe: ajaxtoolkit problem Pin
eyeseetee2-Jun-08 21:57
eyeseetee2-Jun-08 21:57 
GeneralRe: ajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 22:05
Miss Maheshwari2-Jun-08 22:05 
GeneralRe: ajaxtoolkit problem Pin
N a v a n e e t h2-Jun-08 22:17
N a v a n e e t h2-Jun-08 22:17 
GeneralRe: ajaxtoolkit problem Pin
eyeseetee2-Jun-08 22:37
eyeseetee2-Jun-08 22:37 
GeneralRe: ajaxtoolkit problem Pin
Miss Maheshwari2-Jun-08 23:01
Miss Maheshwari2-Jun-08 23:01 

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.