Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: User Controls Pin
Abhishek Sur18-Nov-09 11:27
professionalAbhishek Sur18-Nov-09 11:27 
Questionwhen you have an example explain it properly please. Pin
macupryk18-Nov-09 10:26
macupryk18-Nov-09 10:26 
AnswerRe: when you have an example explain it properly please. Pin
Abhishek Sur18-Nov-09 10:57
professionalAbhishek Sur18-Nov-09 10:57 
GeneralRe: when you have an example explain it properly please. Pin
macupryk18-Nov-09 11:12
macupryk18-Nov-09 11:12 
GeneralRe: when you have an example explain it properly please. Pin
Abhishek Sur18-Nov-09 11:25
professionalAbhishek Sur18-Nov-09 11:25 
GeneralRe: when you have an example explain it properly please. Pin
macupryk19-Nov-09 1:03
macupryk19-Nov-09 1:03 
QuestionOnclick execute multiple functions mixed .net and javascript functions Pin
WizTAK18-Nov-09 10:06
WizTAK18-Nov-09 10:06 
AnswerRe: Onclick execute multiple functions mixed .net and javascript functions Pin
Abhishek Sur18-Nov-09 11:01
professionalAbhishek Sur18-Nov-09 11:01 
Laugh | :laugh:

There are lots of differences in Server side code and client side.In client everything that goes are html. So if you want to call a server side, the only option is AJAX. You may use ICallBackEventHandler, UpdatePanel etc to do the trick.

To call a javascript function on the other hand requires you to add Attribute(Using Attributes.Add) which actually represents a client side call.

So you cant mix up them ever. D'Oh! | :doh:

If you want to mix, you need to rely on AJAX callback to call a few code in the client side. Hmmm | :|

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

AnswerRe: Onclick execute multiple functions mixed .net and javascript functions Pin
PunkIsNotDead18-Nov-09 12:43
PunkIsNotDead18-Nov-09 12:43 
Questionlistview issue [modified] Pin
Tauseef A18-Nov-09 7:33
Tauseef A18-Nov-09 7:33 
AnswerRe: listview issue Pin
Abhishek Sur18-Nov-09 7:41
professionalAbhishek Sur18-Nov-09 7:41 
QuestionRe: listview issue Pin
Tauseef A18-Nov-09 12:02
Tauseef A18-Nov-09 12:02 
AnswerRe: listview issue Pin
Abhishek Sur18-Nov-09 23:13
professionalAbhishek Sur18-Nov-09 23:13 
AnswerRe: listview issue Pin
ranjan_namitaputra18-Nov-09 8:34
ranjan_namitaputra18-Nov-09 8:34 
Generallistview issue Pin
PunkIsNotDead18-Nov-09 10:00
PunkIsNotDead18-Nov-09 10:00 
GeneralRe: listview issue Pin
Tauseef A18-Nov-09 12:02
Tauseef A18-Nov-09 12:02 
QuestionDistributed Database Search Using Rest Web Services Pin
lavakusa p18-Nov-09 7:28
lavakusa p18-Nov-09 7:28 
AnswerRe: Distributed Database Search Using Rest Web Services Pin
The Man from U.N.C.L.E.18-Nov-09 8:07
The Man from U.N.C.L.E.18-Nov-09 8:07 
Questionhow to get the default printer name on client's computer using activx control (c#) Pin
swapnilekhe8718-Nov-09 3:56
swapnilekhe8718-Nov-09 3:56 
AnswerRe: how to get the default printer name on client's computer using activx control (c#) Pin
Abhijit Jana18-Nov-09 4:06
professionalAbhijit Jana18-Nov-09 4:06 
GeneralRe: how to get the default printer name on client's computer using activx control (c#) Pin
swapnilekhe8718-Nov-09 17:51
swapnilekhe8718-Nov-09 17:51 
AnswerRe: how to get the default printer name on client's computer using activx control (c#) Pin
Abhishek Sur18-Nov-09 4:25
professionalAbhishek Sur18-Nov-09 4:25 
Questioncan we connect Asp.Net to Tally Pin
lrsalunkhe18-Nov-09 1:42
lrsalunkhe18-Nov-09 1:42 
AnswerRe: can we connect Asp.Net to Tally Pin
Richard MacCutchan18-Nov-09 1:56
mveRichard MacCutchan18-Nov-09 1:56 
AnswerRe: can we connect Asp.Net to Tally Pin
Abhishek Sur18-Nov-09 2:23
professionalAbhishek Sur18-Nov-09 2:23 

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.