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

ASP.NET

 
GeneralRe: A couple of CSS questions... Pin
c242330-Jun-09 8:47
c242330-Jun-09 8:47 
Questionarabic file name is coming in junk characters while download the file using asp.net Pin
lakshmichawala30-Jun-09 3:41
lakshmichawala30-Jun-09 3:41 
AnswerRe: arabic file name is coming in junk characters while download the file using asp.net Pin
Abhijit Jana30-Jun-09 10:24
professionalAbhijit Jana30-Jun-09 10:24 
AnswerRe: arabic file name is coming in junk characters while download the file using asp.net Pin
Sabrysoft3-May-11 8:29
Sabrysoft3-May-11 8:29 
QuestionMax number of selections from a listbox/other control reset Pin
mjc22530-Jun-09 3:27
mjc22530-Jun-09 3:27 
AnswerRe: Max number of selections from a listbox/other control reset Pin
Abhijit Jana30-Jun-09 10:34
professionalAbhijit Jana30-Jun-09 10:34 
Questioncalling server side function Pin
Amit Patel198530-Jun-09 2:34
Amit Patel198530-Jun-09 2:34 
AnswerRe: calling server side function Pin
Sangeeth Mohan30-Jun-09 2:40
professionalSangeeth Mohan30-Jun-09 2:40 
hi Amit,

You can call a .cs function from .aspx page. But, what sort of a function has to be called - is it a build in function from cs library or a function created by you? If it is a build in library method, just include the namespace like how you include normally.
using System.Collections.Generic;


Now, if it is a method that you defined in your own class, you just need to make sure that you save the cs class under App_Code folder in your asp project.

Good Luck.
AnswerRe: calling server side function Pin
K030630-Jun-09 2:42
K030630-Jun-09 2:42 
AnswerRe: calling server side function Pin
Manas Bhardwaj30-Jun-09 2:43
professionalManas Bhardwaj30-Jun-09 2:43 
Question403 Error Pin
#realJSOP30-Jun-09 2:26
mve#realJSOP30-Jun-09 2:26 
AnswerRe: 403 Error Pin
Vimalsoft(Pty) Ltd30-Jun-09 2:33
professionalVimalsoft(Pty) Ltd30-Jun-09 2:33 
AnswerRe: 403 Error Pin
Abhijit Jana30-Jun-09 3:02
professionalAbhijit Jana30-Jun-09 3:02 
AnswerRe: 403 Error Pin
r a m e s h30-Jun-09 3:15
r a m e s h30-Jun-09 3:15 
QuestionHow to avoid re-loading of Dynamically added Nodes in a TreeView? Pin
Sangeeth Mohan30-Jun-09 2:07
professionalSangeeth Mohan30-Jun-09 2:07 
QuestionConnect C# win app and ASP.Net/C# website using HttpRequests? Pin
Mtyb30-Jun-09 1:58
Mtyb30-Jun-09 1:58 
AnswerIgnore repost Pin
Manas Bhardwaj30-Jun-09 2:00
professionalManas Bhardwaj30-Jun-09 2:00 
AnswerRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Niladri_Biswas30-Jun-09 2:54
Niladri_Biswas30-Jun-09 2:54 
GeneralRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Mtyb30-Jun-09 3:03
Mtyb30-Jun-09 3:03 
AnswerRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Abhijit Jana30-Jun-09 10:47
professionalAbhijit Jana30-Jun-09 10:47 
GeneralRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Mtyb30-Jun-09 11:46
Mtyb30-Jun-09 11:46 
QuestionError handling Pin
<<Tash18>>30-Jun-09 1:49
<<Tash18>>30-Jun-09 1:49 
AnswerRe: Error handling Pin
Manas Bhardwaj30-Jun-09 1:59
professionalManas Bhardwaj30-Jun-09 1:59 
GeneralRe: Error handling Pin
<<Tash18>>30-Jun-09 2:14
<<Tash18>>30-Jun-09 2:14 
AnswerRe: Error handling Pin
K030630-Jun-09 2:02
K030630-Jun-09 2:02 

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.