Click here to Skip to main content
15,892,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfind value after space in string Pin
playout23-Aug-06 21:56
playout23-Aug-06 21:56 
AnswerRe: find value after space in string Pin
Martin J Evans23-Aug-06 22:20
Martin J Evans23-Aug-06 22:20 
GeneralRe: find value after space in string Pin
playout23-Aug-06 22:27
playout23-Aug-06 22:27 
AnswerRe: find value after space in string Pin
Neeraj Arora23-Aug-06 23:08
Neeraj Arora23-Aug-06 23:08 
QuestionHow to get selected Item bgcolor & mouseover events on the Datagrid Pin
sridharjai.s23-Aug-06 21:53
sridharjai.s23-Aug-06 21:53 
Questionhow to write user defined functions Pin
Kissy1623-Aug-06 21:30
Kissy1623-Aug-06 21:30 
AnswerRe: how to write user defined functions [modified] Pin
Paddy Boyd23-Aug-06 22:48
Paddy Boyd23-Aug-06 22:48 
GeneralRe: how to write user defined functions Pin
Naveed Kamboh25-Aug-06 1:54
Naveed Kamboh25-Aug-06 1:54 
Yes above example is fine if you are using class then put that class in folder app_code
and if you will use

public static void abc()
{
code goes here........
}
in class xyz
then you can access method just by typing xyz.abc();

also you can define your functions in the web page
either using private or protected key wordd

private or protected void abc()

{
code goes here......
}

if you need further assistance dont hesitate to ask.

Naveed Kamboh

AnswerRe: asp.net Tree Pin
Neeraj Arora23-Aug-06 21:42
Neeraj Arora23-Aug-06 21:42 
QuestionRe: asp.net Tree Pin
ahmadartoflove26-Aug-06 0:07
ahmadartoflove26-Aug-06 0:07 
QuestionHow to sense user's session's timeout Pin
IamMohan23-Aug-06 20:33
IamMohan23-Aug-06 20:33 
Questionhow to do two tasks in same buton Pin
Kissy1623-Aug-06 20:31
Kissy1623-Aug-06 20:31 
AnswerRe: how to do two tasks in same buton Pin
Guffa23-Aug-06 20:59
Guffa23-Aug-06 20:59 
GeneralRe: how to do two tasks in same buton Pin
Kissy1623-Aug-06 21:54
Kissy1623-Aug-06 21:54 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani23-Aug-06 23:01
Irshad Sulaimani23-Aug-06 23:01 
GeneralRe: how to do two tasks in same buton Pin
Kissy1624-Aug-06 1:16
Kissy1624-Aug-06 1:16 
GeneralRe: how to do two tasks in same buton Pin
_AK_24-Aug-06 1:19
_AK_24-Aug-06 1:19 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani24-Aug-06 2:09
Irshad Sulaimani24-Aug-06 2:09 
GeneralRe: how to do two tasks in same buton Pin
Kissy1624-Aug-06 20:23
Kissy1624-Aug-06 20:23 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani24-Aug-06 20:29
Irshad Sulaimani24-Aug-06 20:29 
GeneralRe: how to do two tasks in same buton Pin
Kissy1624-Aug-06 21:50
Kissy1624-Aug-06 21:50 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani25-Aug-06 0:22
Irshad Sulaimani25-Aug-06 0:22 
GeneralRe: how to do two tasks in same buton Pin
Kissy1625-Aug-06 1:24
Kissy1625-Aug-06 1:24 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani25-Aug-06 2:02
Irshad Sulaimani25-Aug-06 2:02 
GeneralRe: how to do two tasks in same buton Pin
Irshad Sulaimani25-Aug-06 2:03
Irshad Sulaimani25-Aug-06 2:03 

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.