Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwhere is wrong ? Pin
Mir_As19-Nov-08 1:48
Mir_As19-Nov-08 1:48 
AnswerRe: where is wrong ? Pin
Guffa19-Nov-08 6:58
Guffa19-Nov-08 6:58 
QuestionOLEDB and EXCEL Worksheet Problem Pin
mithun narayanan19-Nov-08 1:25
mithun narayanan19-Nov-08 1:25 
AnswerRe: OLEDB and EXCEL Worksheet Problem Pin
dan!sh 19-Nov-08 1:39
professional dan!sh 19-Nov-08 1:39 
AnswerRe: OLEDB and EXCEL Worksheet Problem Pin
Ashfield19-Nov-08 1:40
Ashfield19-Nov-08 1:40 
QuestionGenerating secure random numbers Pin
dan!sh 19-Nov-08 1:02
professional dan!sh 19-Nov-08 1:02 
Questionplacing my application on the internet [modified] Pin
harcaype19-Nov-08 1:01
harcaype19-Nov-08 1:01 
AnswerRe: placing my application on the internet Pin
ToddHileHoffer19-Nov-08 2:15
ToddHileHoffer19-Nov-08 2:15 
The easiest way to do this would be to build an ASP.Net page for the client. I'm assuming the PDA Phone can view webpages, so you'll have to have a phone to test your pages in the phones the browser. Both the web client and Desktop client should get the data from web services. This is actually very easy to set up.

You can create one webservice method to do all the work for you. Simply create one service with SQLProcName and SQLParameter array for input and DataTable as result. Should be easy.

The trickiest part of web services is securing them. Personally, I don't bother with certificates, just pass a userName and passWord as parameters in your webservice method. If the wrong info is passed, simply don't execute any code.

Good luck.


I didn't get any requirements for the signature


GeneralRe: placing my application on the internet Pin
harcaype19-Nov-08 5:46
harcaype19-Nov-08 5:46 
Questiondisplaying image in datalist.? Pin
Mir_As18-Nov-08 23:48
Mir_As18-Nov-08 23:48 
AnswerRe: displaying image in datalist.? Pin
Nishant Singh21-Nov-08 2:32
Nishant Singh21-Nov-08 2:32 
QuestionAsp.net 2.0 Mail Pin
Satish_S18-Nov-08 23:44
Satish_S18-Nov-08 23:44 
AnswerRe: Asp.net 2.0 Mail Pin
Guffa18-Nov-08 23:55
Guffa18-Nov-08 23:55 
GeneralRe: Asp.net 2.0 Mail Pin
Satish_S19-Nov-08 0:11
Satish_S19-Nov-08 0:11 
AnswerRe: Asp.net 2.0 Mail Pin
knbinoj5819-Nov-08 0:13
knbinoj5819-Nov-08 0:13 
GeneralRe: Asp.net 2.0 Mail Pin
Satish_S19-Nov-08 0:28
Satish_S19-Nov-08 0:28 
GeneralRe: Asp.net 2.0 Mail Pin
knbinoj5819-Nov-08 1:13
knbinoj5819-Nov-08 1:13 
GeneralRe: Asp.net 2.0 Mail Pin
Satish_S19-Nov-08 1:52
Satish_S19-Nov-08 1:52 
QuestionHow to use jquery to notify ASP an event has happened Pin
Ponzano Paolo18-Nov-08 23:07
Ponzano Paolo18-Nov-08 23:07 
QuestionWhat will be the mime type of an ASPX file so that the IIS will know it is an web form and execute ? Pin
Nadia Monalisa18-Nov-08 21:06
Nadia Monalisa18-Nov-08 21:06 
AnswerRe: What will be the mime type of an ASPX file so that the IIS will know it is an web form and execute ? Pin
Guffa18-Nov-08 23:49
Guffa18-Nov-08 23:49 
GeneralRe: What will be the mime type of an ASPX file so that the IIS will know it is an web form and execute ? Pin
Nadia Monalisa19-Nov-08 10:39
Nadia Monalisa19-Nov-08 10:39 
QuestionSet Treeview to Retain it's State when a node is selected Pin
Vijay Mesa18-Nov-08 20:47
Vijay Mesa18-Nov-08 20:47 
QuestionHow to get the return value of Javascript Confirmation MessageBox in ASP.Net? Pin
codddy18-Nov-08 20:29
codddy18-Nov-08 20:29 
AnswerRe: How to get the return value of Javascript Confirmation MessageBox in ASP.Net? Pin
smarttom9918-Nov-08 20:54
smarttom9918-Nov-08 20:54 

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.