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

ASP.NET

 
Questionplay video clips sequentially Pin
zeeShan anSari10-Sep-09 11:13
zeeShan anSari10-Sep-09 11:13 
AnswerRe: play video clips sequentially Pin
Christian Graus10-Sep-09 11:35
protectorChristian Graus10-Sep-09 11:35 
QuestionDLL Files in ASP.net Website Pin
VikashGohil10-Sep-09 7:12
VikashGohil10-Sep-09 7:12 
AnswerRe: DLL Files in ASP.net Website Pin
Abhijit Jana10-Sep-09 7:17
professionalAbhijit Jana10-Sep-09 7:17 
GeneralRe: DLL Files in ASP.net Website Pin
VikashGohil10-Sep-09 7:28
VikashGohil10-Sep-09 7:28 
AnswerRe: DLL Files in ASP.net Website Pin
Abhishek Sur10-Sep-09 9:40
professionalAbhishek Sur10-Sep-09 9:40 
GeneralRe: DLL Files in ASP.net Website Pin
VikashGohil11-Sep-09 7:12
VikashGohil11-Sep-09 7:12 
AnswerRe: DLL Files in ASP.net Website Pin
Abhishek Sur11-Sep-09 12:01
professionalAbhishek Sur11-Sep-09 12:01 
Hey,
Let me clear you a bit. Whenever we talk about WEB there are 2 computers involved. One is server, where IIS is running, and the other is Calling Computer, which uses only browser to get the output.
It is very easier to add dll in the server side, or API calls from the server computer, but 30 times tough if you want it from the client using Browser.

If you have an option so that you can connect the device through LAN using network from your server, then its just paste the code that your windows program has(slight alteration might be needed) and get the work done easily. But if you want the client computer to use the lan, it would be quite impossible (At least have to create Browser plugin for API calls)

Hope you got my point. Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionError Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 3:26
professionalMd. Marufuzzaman10-Sep-09 3:26 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Manas Bhardwaj10-Sep-09 3:52
professionalManas Bhardwaj10-Sep-09 3:52 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 4:14
professionalMd. Marufuzzaman10-Sep-09 4:14 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Zoki Manas10-Sep-09 3:54
Zoki Manas10-Sep-09 3:54 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Manas Bhardwaj10-Sep-09 4:01
professionalManas Bhardwaj10-Sep-09 4:01 
JokeRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhijit Jana10-Sep-09 5:14
professionalAbhijit Jana10-Sep-09 5:14 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
J4amieC10-Sep-09 6:05
J4amieC10-Sep-09 6:05 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
N a v a n e e t h10-Sep-09 6:10
N a v a n e e t h10-Sep-09 6:10 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 11:21
professionalAbhishek Sur10-Sep-09 11:21 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 5:10
professionalAbhishek Sur10-Sep-09 5:10 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 5:27
professionalMd. Marufuzzaman10-Sep-09 5:27 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhijit Jana10-Sep-09 5:33
professionalAbhijit Jana10-Sep-09 5:33 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 5:55
professionalMd. Marufuzzaman10-Sep-09 5:55 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 9:04
professionalAbhishek Sur10-Sep-09 9:04 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 19:58
professionalMd. Marufuzzaman10-Sep-09 19:58 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 22:14
professionalAbhishek Sur10-Sep-09 22:14 
QuestionInput values are lost in postback Pin
smraj150310-Sep-09 1:51
smraj150310-Sep-09 1:51 

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.