Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how do i run activexObject on my machine Pin
Ashfield6-Nov-08 1:51
Ashfield6-Nov-08 1:51 
QuestionUnrecognized attribute name cookiename Pin
Member 43580266-Nov-08 0:08
Member 43580266-Nov-08 0:08 
AnswerRe: Unrecognized attribute name cookiename Pin
Sandeep Akhare6-Nov-08 19:30
Sandeep Akhare6-Nov-08 19:30 
QuestionRunning an asp.net application with the Japanesse language Pin
Member 19468575-Nov-08 23:41
Member 19468575-Nov-08 23:41 
AnswerRe: Running an asp.net application with the Japanesse language Pin
Paddy Boyd6-Nov-08 0:31
Paddy Boyd6-Nov-08 0:31 
AnswerRe: Running an asp.net application with the Japanesse language Pin
Member 19468576-Nov-08 2:10
Member 19468576-Nov-08 2:10 
GeneralRe: Running an asp.net application with the Japanesse language Pin
Paddy Boyd6-Nov-08 2:21
Paddy Boyd6-Nov-08 2:21 
QuestionCursor Location in Freetextbox Pin
wajans5-Nov-08 23:24
wajans5-Nov-08 23:24 
Hi All

I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and .
My code is as follows:
<select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml<br mode=" hold=" />(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);">
                 <option value="<!FN>">First Name</option>
        <option value="<!LN>">Last Name</option>
        <option value="<!EM>">Email</option>      
        </select>

the statement
"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"

is working fine but when i change it to get value instead of text as
"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"

its not showing any thing in the freetext box. Please help me

Thanks
wajans
AnswerRe: Cursor Location in Freetextbox Pin
wajans5-Nov-08 23:26
wajans5-Nov-08 23:26 
GeneralRe: Cursor Location in Freetextbox Pin
Qasim198425-Jun-09 19:46
professionalQasim198425-Jun-09 19:46 
Questionmaking http requests in parallel Pin
needhi_p5-Nov-08 23:08
needhi_p5-Nov-08 23:08 
QuestionFunction keys Pin
sram155-Nov-08 22:56
sram155-Nov-08 22:56 
AnswerRe: Function keys Pin
eyeseetee5-Nov-08 23:17
eyeseetee5-Nov-08 23:17 
AnswerCP IGNORE: Cross post three forums Pin
leckey6-Nov-08 10:05
leckey6-Nov-08 10:05 
QuestionMerging ImageBoxes Pin
Xmen Real 5-Nov-08 22:44
professional Xmen Real 5-Nov-08 22:44 
Questionhow my page comes down when i press some button in the page/ Pin
lakshmichawala5-Nov-08 22:35
lakshmichawala5-Nov-08 22:35 
AnswerRe: how my page comes down when i press some button in the page/ Pin
eyeseetee5-Nov-08 22:42
eyeseetee5-Nov-08 22:42 
Questionhow to display an image in gridview Pin
Meax5-Nov-08 22:16
Meax5-Nov-08 22:16 
AnswerRe: how to display an image in gridview Pin
D4ever6-Nov-08 7:48
D4ever6-Nov-08 7:48 
QuestionHow to refresh the web page Pin
Deepak the Cool5-Nov-08 22:15
Deepak the Cool5-Nov-08 22:15 
Questionasp.net Pin
gsoand5-Nov-08 20:28
gsoand5-Nov-08 20:28 
AnswerRe: asp.net Pin
eyeseetee5-Nov-08 21:44
eyeseetee5-Nov-08 21:44 
GeneralRe: asp.net Pin
gsoand10-Nov-08 2:07
gsoand10-Nov-08 2:07 
AnswerRe: asp.net Pin
Paddy Boyd5-Nov-08 23:24
Paddy Boyd5-Nov-08 23:24 
GeneralRe: asp.net Pin
gsoand10-Nov-08 2:08
gsoand10-Nov-08 2:08 

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.