Click here to Skip to main content
15,885,309 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow can send a video on a mobile using asp.net Pin
Atif Ali Bhatti23-Feb-07 1:45
Atif Ali Bhatti23-Feb-07 1:45 
QuestionResource problem after converting from ASP.NET 1.1 to ASP.NET 2.0 Pin
MD1222-Feb-07 18:56
MD1222-Feb-07 18:56 
QuestionCalling external DLL methods Pin
earlgraham22-Feb-07 11:58
earlgraham22-Feb-07 11:58 
AnswerRe: Calling external DLL methods Pin
pHysiX22-Feb-07 12:05
pHysiX22-Feb-07 12:05 
GeneralRe: Calling external DLL methods Pin
earlgraham22-Feb-07 12:51
earlgraham22-Feb-07 12:51 
GeneralRe: Calling external DLL methods Pin
pHysiX23-Feb-07 20:44
pHysiX23-Feb-07 20:44 
GeneralCalling external DLL methods Pin
pHysiX23-Feb-07 20:45
pHysiX23-Feb-07 20:45 
QuestionHow to debug Pin
No-e22-Feb-07 8:12
No-e22-Feb-07 8:12 
New to devlopment with VS.net, I created a very basic page that should query a database and return some data. It works fine on the development station but when I run it on the server it does not appear to work. The screen appears to refresh but nothing else happens. In my feeble attempt to degug I added a simple button and added the following code:

<br />
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br />
        lblNotes.Text = "Test"<br />
    End Sub


This also appears to work on the workstation, but not on the server.

How can I chase this down? I know this may be a simple question but I am self teaching myself and little things like this appear to be my biggest challenge....
AnswerRe: How to debug Pin
Vasudevan Deepak Kumar22-Feb-07 17:44
Vasudevan Deepak Kumar22-Feb-07 17:44 
AnswerRe: How to debug Pin
Paddy Boyd22-Feb-07 23:49
Paddy Boyd22-Feb-07 23:49 
GeneralRe: How to debug Pin
No-e23-Feb-07 2:05
No-e23-Feb-07 2:05 
QuestionProblems with query pagination in asp.net Pin
haggenx22-Feb-07 3:35
haggenx22-Feb-07 3:35 
AnswerRe: Problems with query pagination in asp.net Pin
Vasudevan Deepak Kumar22-Feb-07 18:06
Vasudevan Deepak Kumar22-Feb-07 18:06 
QuestionSending of email in VWD 2005 Pin
zareee21-Feb-07 22:10
zareee21-Feb-07 22:10 
AnswerRe: Sending of email in VWD 2005 Pin
Vasudevan Deepak Kumar22-Feb-07 17:45
Vasudevan Deepak Kumar22-Feb-07 17:45 
QuestionHow to get the ceckbox value in to an Excel File Pin
antithx21-Feb-07 21:50
antithx21-Feb-07 21:50 
AnswerRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 22:38
Michael Sync21-Feb-07 22:38 
GeneralRe: How to get the ceckbox value in to an Excel File Pin
Michael Sync21-Feb-07 22:54
Michael Sync21-Feb-07 22:54 
QuestionFrom php - passing Array to Javascript [modified] Pin
hiral_shah21-Feb-07 21:32
hiral_shah21-Feb-07 21:32 
AnswerRe: From php - passing Array to Javascript Pin
Bradml22-Feb-07 0:21
Bradml22-Feb-07 0:21 
GeneralRe: From php - passing Array to Javascript Pin
hiral_shah22-Feb-07 18:10
hiral_shah22-Feb-07 18:10 
GeneralRe: From php - passing Array to Javascript Pin
Bradml22-Feb-07 22:19
Bradml22-Feb-07 22:19 
AnswerRe: From php - passing Array to Javascript Pin
haggenx22-Feb-07 3:44
haggenx22-Feb-07 3:44 
GeneralRe: From php - passing Array to Javascript Pin
hiral_shah22-Feb-07 18:06
hiral_shah22-Feb-07 18:06 
QuestionHow to apply css to file Upload control in ASP.NET 2.0 Pin
varshavmane21-Feb-07 19:59
varshavmane21-Feb-07 19: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.