Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Compiler Error - CS5001 Pin
pavya_Cool10-Sep-07 2:51
pavya_Cool10-Sep-07 2:51 
AnswerRe: Compiler Error - CS5001 Pin
N a v a n e e t h10-Sep-07 2:26
N a v a n e e t h10-Sep-07 2:26 
GeneralRe: Compiler Error - CS5001 Pin
pavya_Cool10-Sep-07 2:32
pavya_Cool10-Sep-07 2:32 
GeneralRe: Compiler Error - CS5001 Pin
N a v a n e e t h10-Sep-07 2:37
N a v a n e e t h10-Sep-07 2:37 
GeneralRe: Compiler Error - CS5001 Pin
pavya_Cool10-Sep-07 2:40
pavya_Cool10-Sep-07 2:40 
AnswerRe: Compiler Error - CS5001 Pin
Christian Graus10-Sep-07 2:42
protectorChristian Graus10-Sep-07 2:42 
Questionasp.net global functions Pin
abglorie10-Sep-07 1:35
abglorie10-Sep-07 1:35 
AnswerRe: asp.net global functions Pin
SHatchard10-Sep-07 1:54
SHatchard10-Sep-07 1:54 
This can be achieved by using a static class, for example named Utilities like below

Public Class Utilities

Public Shared Function DoSomething(Byval item as string) as integer
'Do something
End function

End Class

You can then call this from anywhere in your project

Dim myValue as integer = Utilities.DoSomething("Hello")

If you are using c# post back and I will give you the code for that, which works in a slightly different way.
GeneralRe: asp.net global functions Pin
N a v a n e e t h10-Sep-07 1:58
N a v a n e e t h10-Sep-07 1:58 
AnswerRe: asp.net global functions Pin
N a v a n e e t h10-Sep-07 1:56
N a v a n e e t h10-Sep-07 1:56 
QuestionHow to redirect Pin
bhattiprolu10-Sep-07 1:33
bhattiprolu10-Sep-07 1:33 
AnswerRe: How to redirect Pin
abglorie10-Sep-07 1:38
abglorie10-Sep-07 1:38 
AnswerRe: How to redirect Pin
Vasudevan Deepak Kumar10-Sep-07 2:07
Vasudevan Deepak Kumar10-Sep-07 2:07 
QuestionGet Click event of flash object. Pin
mmSoni10-Sep-07 1:26
mmSoni10-Sep-07 1:26 
Questionasp dot net - session state Pin
abglorie10-Sep-07 1:20
abglorie10-Sep-07 1:20 
AnswerRe: asp dot net - session state Pin
oceanexplorer10-Sep-07 2:36
oceanexplorer10-Sep-07 2:36 
QuestionIframe Pin
kmanisha10-Sep-07 1:12
kmanisha10-Sep-07 1:12 
AnswerRe: Iframe Pin
N a v a n e e t h10-Sep-07 1:53
N a v a n e e t h10-Sep-07 1:53 
Questionimage on right side treeview Pin
red27man10-Sep-07 1:03
red27man10-Sep-07 1:03 
QuestionDoubt in Dataview filter options Pin
jayarajmrj10-Sep-07 0:43
jayarajmrj10-Sep-07 0:43 
AnswerRe: Doubt in Dataview filter options Pin
John-ph10-Sep-07 1:45
John-ph10-Sep-07 1:45 
Questionpopup window Pin
saravanan0510-Sep-07 0:43
saravanan0510-Sep-07 0:43 
AnswerRe: popup window Pin
John-ph10-Sep-07 1:13
John-ph10-Sep-07 1:13 
AnswerRe: popup window Pin
N a v a n e e t h10-Sep-07 1:51
N a v a n e e t h10-Sep-07 1:51 
QuestionHow to insert HTML string (with tags) in word and display as html Pin
here2learn10-Sep-07 0:33
here2learn10-Sep-07 0:33 

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.