Click here to Skip to main content
15,929,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: production site crash Pin
V.12-Dec-07 20:54
professionalV.12-Dec-07 20:54 
GeneralRe: production site crash Pin
Paddy Boyd12-Dec-07 5:27
Paddy Boyd12-Dec-07 5:27 
GeneralRe: production site crash Pin
V.12-Dec-07 20:51
professionalV.12-Dec-07 20:51 
GeneralASP Menu [modified] Pin
Shweta228112-Dec-07 2:05
Shweta228112-Dec-07 2:05 
GeneralFinding the filepath... Pin
zareee12-Dec-07 2:00
zareee12-Dec-07 2:00 
GeneralRe: Finding the filepath... Pin
Paddy Boyd12-Dec-07 2:20
Paddy Boyd12-Dec-07 2:20 
GeneralRe: Finding the filepath... Pin
zareee12-Dec-07 2:47
zareee12-Dec-07 2:47 
GeneralRegarding datetime datatype Pin
GaneshKumarVkm12-Dec-07 0:34
GaneshKumarVkm12-Dec-07 0:34 
Hello everybody,

I am vs2003 to develop my application. I created a web application. In that in one page I inserted data to a table. In another page I have to retrieve the values based on the date values. I write the following codings for that

txtdate.Text = Calendar1.SelectedDate<br />
        Dim conn As New OleDb.OleDbConnection("provider=microsoft jet 4.0 ole db provider;data source=c:\internalaudit.mdb;")<br />
        Dim cmd As New OleDb.OleDbCommand<br />
<br />
        Dim dates As New DateTime(Calendar1.SelectedDate.Year, Calendar1.SelectedDate.Month, Calendar1.SelectedDate.Day, 0, 0, 0)<br />
        Dim adp As New OleDb.OleDbDataAdapter("select * from auditfinding where auditdate =  " + dates, conn)<br />
        Dim dt As New DataTable<br />
        'dt.NewRow()<br />
        adp.Fill(dt)<br />
        adp.Dispose()<br />
        lstarea.DataSource = dt<br />
        lstarea.DataTextField = "processaudited"<br />
        lstarea.DataValueField = "checklistid"<br />
        lstarea.DataBind()<br />
        Calendar1.Visible = False<br />

I didnt get any error. Also I am not get any output. Can anyone help me. Thanks in advance.

GeneralRe: Regarding datetime datatype Pin
Usharva12-Dec-07 1:27
Usharva12-Dec-07 1:27 
Questionreload list with &lt;asp:repeater&gt; via web service call from javascript Pin
ieaeitsch12-Dec-07 0:19
ieaeitsch12-Dec-07 0:19 
GeneralRe: reload list with &lt;asp:repeater&gt; via web service call from javascript Pin
Paddy Boyd12-Dec-07 1:23
Paddy Boyd12-Dec-07 1:23 
GeneralRe: reload list with &lt;asp:repeater&gt; via web service call from javascript Pin
ieaeitsch12-Dec-07 1:30
ieaeitsch12-Dec-07 1:30 
QuestionJavascript Pin
senthilsstil12-Dec-07 0:09
senthilsstil12-Dec-07 0:09 
GeneralRe: Javascript Pin
Christian Graus12-Dec-07 0:28
protectorChristian Graus12-Dec-07 0:28 
GeneralRe: Javascript Pin
Pawel Krakowiak12-Dec-07 11:31
Pawel Krakowiak12-Dec-07 11:31 
GeneralDrag and Drop control needed Pin
chandler8311-Dec-07 23:58
chandler8311-Dec-07 23:58 
QuestionHow use FTP Class in asp.net.............! Pin
Virendrak11-Dec-07 22:55
Virendrak11-Dec-07 22:55 
GeneralRe: How use FTP Class in asp.net.............! Pin
N a v a n e e t h11-Dec-07 23:00
N a v a n e e t h11-Dec-07 23:00 
GeneralRe: How use FTP Class in asp.net.............! Pin
Virendrak11-Dec-07 23:27
Virendrak11-Dec-07 23:27 
GeneralRe: How use FTP Class in asp.net.............! Pin
Michael Sync11-Dec-07 23:46
Michael Sync11-Dec-07 23:46 
GeneralRe: How use FTP Class in asp.net.............! Pin
Paddy Boyd12-Dec-07 1:33
Paddy Boyd12-Dec-07 1:33 
GeneralRe: How use FTP Class in asp.net.............! Pin
Vasudevan Deepak Kumar12-Dec-07 4:58
Vasudevan Deepak Kumar12-Dec-07 4:58 
GeneralDB Query in AJAX Pin
Usharva11-Dec-07 22:50
Usharva11-Dec-07 22:50 
GeneralRe: DB Query in AJAX Pin
N a v a n e e t h11-Dec-07 22:58
N a v a n e e t h11-Dec-07 22:58 
GeneralRe: DB Query in AJAX Pin
Usharva11-Dec-07 23:21
Usharva11-Dec-07 23:21 

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.