Click here to Skip to main content
15,913,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCustom HttpHandler not working. [modified] Pin
Tristan Rhodes20-Jan-09 5:03
Tristan Rhodes20-Jan-09 5:03 
AnswerRe: Custom HttpHandler not working. Pin
Abhishek Sur20-Jan-09 10:34
professionalAbhishek Sur20-Jan-09 10:34 
AnswerRe: Custom HttpHandler not working. Pin
N a v a n e e t h20-Jan-09 18:43
N a v a n e e t h20-Jan-09 18:43 
Question[newbie] public static property error - stack overflow Pin
jon-8020-Jan-09 1:30
professionaljon-8020-Jan-09 1:30 
AnswerRe: [newbie] public static property error - stack overflow Pin
Christian Graus20-Jan-09 1:53
protectorChristian Graus20-Jan-09 1:53 
QuestionHow to Play vedio in Asp.net?and how to find time of play for the video? Pin
Member 472018420-Jan-09 1:11
Member 472018420-Jan-09 1:11 
AnswerRe: How to Play vedio in Asp.net?and how to find time of play for the video? Pin
Christian Graus20-Jan-09 1:55
protectorChristian Graus20-Jan-09 1:55 
QuestionInternal .Net Framework Data Provider error 12. Pin
krishnaveer20-Jan-09 0:16
krishnaveer20-Jan-09 0:16 
Hello

Using ms access database i build a application
locally this application is working fine
when i uploaded this application its giving error..
Error as fallows

"Server Error in '/' Application.
Internal .Net Framework Data Provider error 12.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: Internal .Net Framework Data Provider error 12.
"

While i am using simple code as fallows...

If cat <> Nothing Then
strSql = "SELECT * From logos where category like '" & cat.Replace("'", "''") & sstr & "' order by category"
Else
strSql = "SELECT * From logos order by category"

End If

Dim da As New OleDbDataAdapter(strSql, Conn.myconn)
Dim ds As New DataSet()
If Not Page.IsPostBack() Then
da.Fill(ds)
lblRecordCount.Text = CStr(ds.Tables(0).Rows.Count)
ds = Nothing
ds = New DataSet()

End If
da.Fill(ds, CInt(lblCurrentIndex.Text), CInt(lblPageSize.Text), "logos")


if any one knows plz help me
thanks in advanced..

krishna veer singh

AnswerRe: Internal .Net Framework Data Provider error 12. Pin
Vimalsoft(Pty) Ltd8-Mar-10 0:34
professionalVimalsoft(Pty) Ltd8-Mar-10 0:34 
Questionnested iframes Pin
vjvjvjvj19-Jan-09 23:55
vjvjvjvj19-Jan-09 23:55 
QuestionHow To pass page as parameter Pin
ais0719-Jan-09 23:23
ais0719-Jan-09 23:23 
AnswerRe: How To pass page as parameter Pin
Aman Bhullar19-Jan-09 23:37
Aman Bhullar19-Jan-09 23:37 
GeneralRe: How To pass page as parameter Pin
ais0719-Jan-09 23:42
ais0719-Jan-09 23:42 
GeneralRe: How To pass page as parameter Pin
Aman Bhullar20-Jan-09 2:07
Aman Bhullar20-Jan-09 2:07 
GeneralRe: How To pass page as parameter Pin
Paddy Boyd19-Jan-09 23:53
Paddy Boyd19-Jan-09 23:53 
GeneralRe: How To pass page as parameter Pin
Aman Bhullar20-Jan-09 5:20
Aman Bhullar20-Jan-09 5:20 
AnswerRe: How To pass page as parameter Pin
Paddy Boyd19-Jan-09 23:54
Paddy Boyd19-Jan-09 23:54 
GeneralRe: How To pass page as parameter Pin
ais0720-Jan-09 0:27
ais0720-Jan-09 0:27 
GeneralRe: How To pass page as parameter Pin
Abhishek Sur20-Jan-09 0:51
professionalAbhishek Sur20-Jan-09 0:51 
GeneralRe: How To pass page as parameter Pin
CrazyCoder2620-Jan-09 1:09
CrazyCoder2620-Jan-09 1:09 
GeneralRe: How To pass page as parameter Pin
Aman Bhullar20-Jan-09 2:12
Aman Bhullar20-Jan-09 2:12 
AnswerRe: How To pass page as parameter Pin
Christian Graus20-Jan-09 2:24
protectorChristian Graus20-Jan-09 2:24 
QuestionC#.net to VB.net converter Pin
Subin Alex19-Jan-09 23:15
Subin Alex19-Jan-09 23:15 
AnswerRe: C#.net to VB.net converter Pin
Abhishek Sur19-Jan-09 23:56
professionalAbhishek Sur19-Jan-09 23:56 
AnswerRe: C#.net to VB.net converter Pin
Paddy Boyd19-Jan-09 23:59
Paddy Boyd19-Jan-09 23:59 

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.