Click here to Skip to main content
15,889,852 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Paging Pin
vengaqua14-Mar-07 1:09
vengaqua14-Mar-07 1:09 
GeneralRe: Paging Pin
vengaqua14-Mar-07 2:30
vengaqua14-Mar-07 2:30 
GeneralRe: Paging Pin
siddisagar14-Mar-07 21:15
siddisagar14-Mar-07 21:15 
GeneralRe: Paging Pin
siddisagar9-Apr-07 2:34
siddisagar9-Apr-07 2:34 
QuestionCapicom encryption - require clarification Pin
anufabian13-Mar-07 23:13
anufabian13-Mar-07 23:13 
QuestionDate format Pin
vengaqua13-Mar-07 23:12
vengaqua13-Mar-07 23:12 
AnswerRe: Date format Pin
Sun Rays13-Mar-07 23:23
Sun Rays13-Mar-07 23:23 
QuestionURGANT help in asp script call back Pin
r_jaz13-Mar-07 22:57
r_jaz13-Mar-07 22:57 
Hi
i'm using asp javascript call back to retrieve
a text from the server and i want to highlight
the keywords in the retrieved text using a
highlight function written in ac# script on the client.
Now i have a problem in calling the highlight function
after getting control back from the server in the client
script, the highlight function is never called after getting back!!
here's the javasript code:




function GetMessageFromServer()
{
CallServer();
}

function ReceiveServerData(rValue)
{

//Label1 is a hidden label inorder to pass the
// string retrieved from the server to the highlight function

document.forms[0]['Label1'].Text=rValue;
if(rValue!="")
{
//calling the highlight function

<% if( ! (Label1.Text.Equals("")))
{
lbl.Text=Highlight(Label1.Text,"test me please!!");
}
%>;

}
}



help is highly appreciated,
Thanx
AnswerRe: URGANT help in asp script call back Pin
PlayByTheRules14-Mar-07 4:04
PlayByTheRules14-Mar-07 4:04 
QuestionWeb Service Pin
Kushi Bobby13-Mar-07 22:50
Kushi Bobby13-Mar-07 22:50 
AnswerRe: Web Service Pin
N a v a n e e t h13-Mar-07 23:05
N a v a n e e t h13-Mar-07 23:05 
GeneralRe: Web Service Pin
Kushi Bobby13-Mar-07 23:58
Kushi Bobby13-Mar-07 23:58 
Questionhow can create a web page that all browser show it correctly? Pin
B.A13-Mar-07 22:22
B.A13-Mar-07 22:22 
AnswerRe: how can create a web page that all browser show it correctly? Pin
Sylvester george13-Mar-07 22:39
Sylvester george13-Mar-07 22:39 
AnswerRe: how can create a web page that all browser show it correctly? Pin
N a v a n e e t h13-Mar-07 22:58
N a v a n e e t h13-Mar-07 22:58 
GeneralRe: how can create a web page that all browser show it correctly? Pin
B.A13-Mar-07 23:16
B.A13-Mar-07 23:16 
GeneralRe: how can create a web page that all browser show it correctly? Pin
badgrs14-Mar-07 0:44
badgrs14-Mar-07 0:44 
GeneralRe: how can create a web page that all browser show it correctly? Pin
Harini N K14-Mar-07 0:54
Harini N K14-Mar-07 0:54 
Questionerror Pin
vengaqua13-Mar-07 22:02
vengaqua13-Mar-07 22:02 
AnswerRe: error Pin
gvishu13-Mar-07 22:14
gvishu13-Mar-07 22:14 
AnswerRe: error Pin
Sandeep Akhare13-Mar-07 22:19
Sandeep Akhare13-Mar-07 22:19 
GeneralRe: error Pin
vengaqua13-Mar-07 22:34
vengaqua13-Mar-07 22:34 
QuestionWhere is the loop ? Pin
N a v a n e e t h13-Mar-07 22:40
N a v a n e e t h13-Mar-07 22:40 
AnswerRe: error Pin
N a v a n e e t h13-Mar-07 22:36
N a v a n e e t h13-Mar-07 22:36 
GeneralRe: error Pin
gvishu13-Mar-07 22:42
gvishu13-Mar-07 22:42 

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.