Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Debuggubd ashx file Pin
Yusuf30-Mar-09 11:25
Yusuf30-Mar-09 11:25 
GeneralRe: Debuggubd ashx file Pin
OrsaPoison30-Mar-09 11:43
OrsaPoison30-Mar-09 11:43 
GeneralRe: Debuggubd ashx file Pin
Yusuf30-Mar-09 12:00
Yusuf30-Mar-09 12:00 
QuestionVisual Studio 2008 Code Behind Interface Pin
janetb9930-Mar-09 9:20
janetb9930-Mar-09 9:20 
AnswerRe: Visual Studio 2008 Code Behind Interface Pin
Shahdat Hosain30-Mar-09 9:32
Shahdat Hosain30-Mar-09 9:32 
GeneralRe: Visual Studio 2008 Code Behind Interface Pin
janetb9930-Mar-09 9:35
janetb9930-Mar-09 9:35 
Questionrandomly fetching multiple records from database using asp.net Pin
smady1830-Mar-09 8:49
smady1830-Mar-09 8:49 
AnswerRe: randomly fetching multiple records from database using asp.net Pin
Colin Angus Mackay30-Mar-09 13:29
Colin Angus Mackay30-Mar-09 13:29 
First, you don't access a database with ASP.NET. ASP.NET is for creating web applications. ADO.NET is the part of .NET that is concerned with databases.

smady18 wrote:
how can fetch record ... from database in random order


To return rows from a database in random order use something like ORDER BY NEWID() (assuming you are using SQL Server)


smady18 wrote:
if i am select on option, how it can compare wuth correct option.


Presumably you know which is the correct option already. Check that the ID for the radio button group being returned matches the ID of the correct answer. (Of course, this assumes much about how you have designed your database)


smady18 wrote:
on my email id...


No. If you want an answer it stays on the forum. That way everyone benefits.


QuestionHow capture the event and go to some validation for Wizard Control . Pin
Shahdat Hosain30-Mar-09 8:24
Shahdat Hosain30-Mar-09 8:24 
Questionsubmitting form with select - question Pin
shukow30-Mar-09 8:04
shukow30-Mar-09 8:04 
AnswerRe: submitting form with select - question Pin
Christian Graus30-Mar-09 15:25
protectorChristian Graus30-Mar-09 15:25 
QuestionUpdate in Gridview not working Pin
chilly44230-Mar-09 6:22
chilly44230-Mar-09 6:22 
AnswerRe: Update in Gridview not working Pin
Yusuf30-Mar-09 6:42
Yusuf30-Mar-09 6:42 
GeneralRe: Update in Gridview not working Pin
chilly44230-Mar-09 6:45
chilly44230-Mar-09 6:45 
GeneralRe: Update in Gridview not working Pin
Yusuf30-Mar-09 7:31
Yusuf30-Mar-09 7:31 
GeneralRe: Update in Gridview not working Pin
chilly44230-Mar-09 7:37
chilly44230-Mar-09 7:37 
GeneralRe: Update in Gridview not working Pin
Yusuf30-Mar-09 9:36
Yusuf30-Mar-09 9:36 
GeneralRe: Update in Gridview not working Pin
chilly44230-Mar-09 9:42
chilly44230-Mar-09 9:42 
GeneralRe: Update in Gridview not working Pin
Yusuf30-Mar-09 9:45
Yusuf30-Mar-09 9:45 
GeneralRe: Update in Gridview not working Pin
chilly44230-Mar-09 9:46
chilly44230-Mar-09 9:46 
GeneralRe: Update in Gridview not working Pin
Yusuf30-Mar-09 9:56
Yusuf30-Mar-09 9:56 
GeneralRe: Update in Gridview not working Pin
chilly44230-Mar-09 11:33
chilly44230-Mar-09 11:33 
GeneralRe: Update in Gridview not working Pin
Yusuf30-Mar-09 11:52
Yusuf30-Mar-09 11:52 
GeneralRe: Update in Gridview not working Pin
chilly44230-Mar-09 12:02
chilly44230-Mar-09 12:02 
GeneralRe: Update in Gridview not working Pin
Yusuf30-Mar-09 12:35
Yusuf30-Mar-09 12:35 

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.