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

ASP.NET

 
QuestionClassic ASP Pin
rock_monu28-Jul-12 0:17
rock_monu28-Jul-12 0:17 
AnswerRe: Classic ASP Pin
Sandeep Mewara29-Jul-12 8:56
mveSandeep Mewara29-Jul-12 8:56 
QuestionValidationSummary not displaying RegularExpressionValidator results? Pin
jojoba201127-Jul-12 20:05
jojoba201127-Jul-12 20:05 
AnswerRe: ValidationSummary not displaying RegularExpressionValidator results? Pin
_Amy31-Jul-12 1:34
professional_Amy31-Jul-12 1:34 
QuestionI want to create a Word document with dynamic graphs inserted Pin
Lmathew27-Jul-12 0:29
Lmathew27-Jul-12 0:29 
QuestionSQL QUERY Pin
rock_monu26-Jul-12 20:04
rock_monu26-Jul-12 20:04 
AnswerRe: SQL QUERY Pin
Sandeep Mewara26-Jul-12 21:14
mveSandeep Mewara26-Jul-12 21:14 
AnswerRe: SQL QUERY Pin
vvashishta1-Aug-12 3:38
vvashishta1-Aug-12 3:38 
AnswerRe: SQL QUERY Pin
Vijay Selvaraj27-Aug-12 0:23
Vijay Selvaraj27-Aug-12 0:23 
QuestionIntelligencia.UrlRewriter Pin
Jassim Rahma26-Jul-12 10:43
Jassim Rahma26-Jul-12 10:43 
AnswerRe: Intelligencia.UrlRewriter Pin
Deflinek30-Jul-12 4:53
Deflinek30-Jul-12 4:53 
Questionbest way to url rewrite Pin
Jassim Rahma26-Jul-12 8:25
Jassim Rahma26-Jul-12 8:25 
AnswerRe: best way to url rewrite PinPopular
fjdiewornncalwe26-Jul-12 9:12
professionalfjdiewornncalwe26-Jul-12 9:12 
GeneralRe: best way to url rewrite Pin
Jassim Rahma26-Jul-12 9:35
Jassim Rahma26-Jul-12 9:35 
GeneralRe: best way to url rewrite Pin
jkirkerx26-Jul-12 12:35
professionaljkirkerx26-Jul-12 12:35 
Questionconboxbox in formview control Pin
rachel_m26-Jul-12 6:45
rachel_m26-Jul-12 6:45 
Questionjavascript in web app Pin
rachel_m26-Jul-12 6:42
rachel_m26-Jul-12 6:42 
GeneralRe: javascript in web app Pin
R. Giskard Reventlov26-Jul-12 7:12
R. Giskard Reventlov26-Jul-12 7:12 
GeneralRe: javascript in web app Pin
Paul Conrad13-Sep-12 9:09
professionalPaul Conrad13-Sep-12 9:09 
Questionrange validator 2010 Pin
dcof26-Jul-12 6:07
dcof26-Jul-12 6:07 
GeneralRe: range validator 2010 Pin
jkirkerx26-Jul-12 12:44
professionaljkirkerx26-Jul-12 12:44 
Questionajax calendar control only render sundays Pin
amit sahu2026-Jul-12 0:08
amit sahu2026-Jul-12 0:08 
QuestionSQL query result sent to aspx page to be used by Jquery Pin
zapovjednik25-Jul-12 21:59
zapovjednik25-Jul-12 21:59 
Hello,
I have a question and I thank everyone for helping me in advance.
I am using Visual Studio 2010, ASP.NET and C#.

I have a table in SQL server DB.
Server page (news.aspx.cs) is collecting all the data from the table (
SQL
select * from news
).

Using
C#
container.Controls.Add(new LiteralControl(news.ToString()));


I am sending the query results to front page (news.aspx).
Now, I have that data put in separate DIV tags, one news in one DIV tag, and my idea was to hover over one div and to expand that same DIV with one small picture and more text (small picture url and the text are all stored in the same SQL table news.)

When I hover over a div, it expands, but it shows only the picture and the text that is stored in the first row ,n the SQL table.

Question:
How do I make it, that when I hover over one DIV and get the details belonging to that row, not the first row??

Thank youuuu Smile | :)
AnswerRe: SQL query result sent to aspx page to be used by Jquery Pin
ashjassi17-Aug-12 2:50
ashjassi17-Aug-12 2:50 
AnswerRe: SQL query result sent to aspx page to be used by Jquery Pin
ashjassi17-Aug-12 2:51
ashjassi17-Aug-12 2:51 

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.