Click here to Skip to main content
15,918,404 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Can we convert ASP.Net Project to EXE File ? Pin
Christian Graus23-Oct-07 15:36
protectorChristian Graus23-Oct-07 15:36 
GeneralRe: Can we convert ASP.Net Project to EXE File ? Pin
hifiger200423-Oct-07 15:50
hifiger200423-Oct-07 15:50 
GeneralRe: Can we convert ASP.Net Project to EXE File ? Pin
Christian Graus23-Oct-07 16:10
protectorChristian Graus23-Oct-07 16:10 
AnswerRe: Can we convert ASP.Net Project to EXE File ? Pin
hifiger200423-Oct-07 17:42
hifiger200423-Oct-07 17:42 
Questionapplication servers Pin
steven331123-Oct-07 14:53
steven331123-Oct-07 14:53 
AnswerRe: application servers Pin
Christian Graus23-Oct-07 15:09
protectorChristian Graus23-Oct-07 15:09 
QuestionPassing string to a function [web service] Pin
tranky23-Oct-07 13:55
tranky23-Oct-07 13:55 
AnswerRe: Passing string to a function [web service] Pin
SABhatti23-Oct-07 14:44
SABhatti23-Oct-07 14:44 
change as under:

<input type="button" önclick="CallWebMethod('lblMsg')" title="CLICCAMI"/><br />
<br />
var lblMsg; // public var to the page<br />
function CallWebMethod(elementID)<br />
{<br />
<br />
lblMsg=document.getElementById(elementID);<br />
<br />
// but here? what i must write for passing the elementID string to the Fill function?<br />
TreStringheService.GetTreStringhe("0100012",Fill,ErrorHandler,TimeOutHandler);<br />
}<br />
<br />
// if i can passing a string to the Fill function i can do that<br />
<br />
<br />
function Fill()<br />
{<br />
   lblMsg.innerHTML = "TEST";<br />
}<br />






-----

QuestionMultiple actions from one Submit button Pin
kidcanuck23-Oct-07 11:22
kidcanuck23-Oct-07 11:22 
AnswerRe: Multiple actions from one Submit button Pin
led mike23-Oct-07 11:42
led mike23-Oct-07 11:42 
AnswerRe: Multiple actions from one Submit button Pin
SABhatti23-Oct-07 13:21
SABhatti23-Oct-07 13:21 
GeneralRe: Multiple actions from one Submit button Pin
kidcanuck23-Oct-07 13:42
kidcanuck23-Oct-07 13:42 
GeneralRe: Multiple actions from one Submit button [modified] Pin
SABhatti23-Oct-07 13:53
SABhatti23-Oct-07 13:53 
QuestionCross-domain iframe resize (and Sharepoint) [modified] Pin
GuimaSun23-Oct-07 4:22
GuimaSun23-Oct-07 4:22 
QuestionRepeat backgrounf image in Word Pin
coolestCoder23-Oct-07 1:02
coolestCoder23-Oct-07 1:02 
QuestionWCSF in MOSS Pin
Prashant C22-Oct-07 23:43
Prashant C22-Oct-07 23:43 
QuestionHow to create F1 help in web application Pin
hashim.os@quadra.in22-Oct-07 23:41
hashim.os@quadra.in22-Oct-07 23:41 
AnswerRe: How to create F1 help in web application Pin
Christian Graus23-Oct-07 0:28
protectorChristian Graus23-Oct-07 0:28 
GeneralRe: How to create F1 help in web application Pin
hashim.os@quadra.in23-Oct-07 1:50
hashim.os@quadra.in23-Oct-07 1:50 
GeneralRe: How to create F1 help in web application Pin
N a v a n e e t h23-Oct-07 2:06
N a v a n e e t h23-Oct-07 2:06 
GeneralRe: How to create F1 help in web application Pin
hashim.os@quadra.in23-Oct-07 2:35
hashim.os@quadra.in23-Oct-07 2:35 
GeneralRe: How to create F1 help in web application Pin
Paddy Boyd23-Oct-07 3:10
Paddy Boyd23-Oct-07 3:10 
QuestionService Unavailable Pin
ngrj22-Oct-07 21:53
ngrj22-Oct-07 21:53 
AnswerRe: Service Unavailable Pin
pmarfleet22-Oct-07 23:15
pmarfleet22-Oct-07 23:15 
QuestionNeed Help Pin
vanhawk22-Oct-07 17:12
vanhawk22-Oct-07 17:12 

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.