Click here to Skip to main content
15,887,350 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Printing at specfic point at page Pin
N a v a n e e t h22-Sep-09 23:57
N a v a n e e t h22-Sep-09 23:57 
QuestionResource file in .net Pin
monika_vasvani22-Sep-09 22:44
monika_vasvani22-Sep-09 22:44 
AnswerRe: Resource file in .net Pin
S.Dhanasekaran22-Sep-09 23:33
S.Dhanasekaran22-Sep-09 23:33 
Questiongridview date sorting in asp.net????????????????? Pin
srinivassam22-Sep-09 21:33
srinivassam22-Sep-09 21:33 
AnswerRe: gridview date sorting in asp.net????????????????? Pin
S.Dhanasekaran22-Sep-09 23:59
S.Dhanasekaran22-Sep-09 23:59 
QuestionSave data from a html table to database Pin
yesu prakash22-Sep-09 21:15
yesu prakash22-Sep-09 21:15 
AnswerRe: Save data from a html table to database Pin
Abhishek Sur23-Sep-09 0:03
professionalAbhishek Sur23-Sep-09 0:03 
QuestionDATASET refresh every second - problem Pin
j_u_sankar22-Sep-09 20:43
j_u_sankar22-Sep-09 20:43 
This is the chat box where every second gets refresh with AJAX. But,here the dataset (ds) is filled by other order detail, lead to get wrong messages in the chat box.

How to fill ds for every second from SQL database without conflict?


VB Code

lsSQL = "select MSG_Message from tbl_message where MSG_Orderno='" & orderno & "' order by MSG_ID"
                        Dim DtSqlAdp6 As New SqlClient.SqlDataAdapter(lsSQL, DbCon)
                        DtSqlAdp6.Fill(ds)

AnswerRe: DATASET refresh every second - problem Pin
Vimalsoft(Pty) Ltd23-Sep-09 0:29
professionalVimalsoft(Pty) Ltd23-Sep-09 0:29 
QuestionCrystal Sub-report displaying the redundant records... Pin
jmk_cooljack22-Sep-09 20:42
jmk_cooljack22-Sep-09 20:42 
Questionemail Pin
mylogics22-Sep-09 20:27
professionalmylogics22-Sep-09 20:27 
AnswerRe: email Pin
Ravi Mori22-Sep-09 20:35
Ravi Mori22-Sep-09 20:35 
AnswerRe: email Pin
Abhijit Jana22-Sep-09 21:11
professionalAbhijit Jana22-Sep-09 21:11 
AnswerRe: email Pin
Vimalsoft(Pty) Ltd23-Sep-09 0:34
professionalVimalsoft(Pty) Ltd23-Sep-09 0:34 
QuestionASP.NET Membership Pin
Illegal Operation22-Sep-09 18:56
Illegal Operation22-Sep-09 18:56 
AnswerRe: ASP.NET Membership Pin
Nisha Agrawal23-Sep-09 3:10
Nisha Agrawal23-Sep-09 3:10 
QuestionContent-Disposition attachment not working in IE 7 Pin
sudhirBirlapur22-Sep-09 18:45
sudhirBirlapur22-Sep-09 18:45 
AnswerRe: Content-Disposition attachment not working in IE 7 Pin
S.Dhanasekaran23-Sep-09 0:51
S.Dhanasekaran23-Sep-09 0:51 
QuestionNeed help with dynamic load of several control instances Pin
Michael Eber22-Sep-09 14:19
Michael Eber22-Sep-09 14:19 
AnswerRe: Need help with dynamic load of several control instances Pin
N a v a n e e t h22-Sep-09 15:54
N a v a n e e t h22-Sep-09 15:54 
GeneralRe: Need help with dynamic load of several control instances [modified] Pin
Michael Eber25-Sep-09 13:42
Michael Eber25-Sep-09 13:42 
QuestionProgrammatically set the DataFormatString of a GridView column Pin
David Mujica22-Sep-09 10:22
David Mujica22-Sep-09 10:22 
AnswerRe: Programmatically set the DataFormatString of a GridView column Pin
Abhishek Sur22-Sep-09 12:09
professionalAbhishek Sur22-Sep-09 12:09 
AnswerRe: Programmatically set the DataFormatString of a GridView column Pin
Nisha Agrawal23-Sep-09 3:14
Nisha Agrawal23-Sep-09 3:14 
AnswerResolved - for now Pin
David Mujica23-Sep-09 9:26
David Mujica23-Sep-09 9:26 

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.