Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:420950
More Search Options
RSS Available
Matching Posts
Re: Text box enable = false quetion
I did code TextBox2.ReadOnly = true but I do not want text dimmed. My question is how to make the text in text box not be dimmed when TextBox2.ReadOnly = true?
Posted to
Web Forms
(Forum)
by
aspfun
on 12/23/2009
Text box enable = false quetion
I made a text box enable = false but the text is dimmed becoming hard to read. Is it possible to keep on no change in text?
Posted to
Web Forms
(Forum)
by
aspfun
on 12/23/2009
Re: window.showModelessDialog question
I tried NC01's way, it works for me as well. But, using stringbulder did not work. (see code below) Dim strURL As String = " http://www.google.com " Dim sWindow As String = "Test" Dim sb As New StringBuilder sb.Append("<script language='javascript'>") sb.Append("myWin = window.showModelessDialog") sb.Append("(") sb.Append("'" + strURL + "',") sb.Append("'" & sWindow & "'
Posted to
Client Side Web Development
(Forum)
by
aspfun
on 12/16/2009
Re: window.showModelessDialog question
I found that if I delete all parameters, it still display a small pop-up window as before: Dim strURL As String = " http://www.google.com " Dim sWindow As String = "Test" Dim sb As New StringBuilder sb.Append("<script language='javascript'>") sb.Append("myWin = window.showModelessDialog") sb.Append("(") sb.Append("'" + strURL + "',") sb.Append("'" & sWindow & "',") sb.Append
Posted to
Client Side Web Development
(Forum)
by
aspfun
on 12/16/2009
Re: window.showModelessDialog question
I wang to learn what wrong with stringbuilder.
Posted to
Client Side Web Development
(Forum)
by
aspfun
on 12/16/2009
Re: window.showModelessDialog question
I just approved that code below did not do anything. sb.Append("'menubar=1, toolbar=1, scrollbars=0, resizable=1, status=0, dialogHeight=700, dialogWidth=1000');")
Posted to
Client Side Web Development
(Forum)
by
aspfun
on 12/16/2009
Can I install vs2010 and vs2008 at the same pc?
I used VS2008 with frameword3.5. I want to install vs2010 beta2. Can I install vs2010 and vs2008 at the same pc?
Posted to
Visual Studio 2010 Beta 2
(Forum)
by
aspfun
on 12/16/2009
Re: window.showModelessDialog question
I got it. Change "," to ";" in the line below. from: sb.Append("'menubar=1, toolbar=1, scrollbars=0, resizable=1, status=0, height=700, width=1000');") to: sb.append("'menubar=1; toolbar=1; scrollbars=0; resizable=1; status=0; dialogHeight=700px; dialogWidth=1000px');" )
Posted to
Client Side Web Development
(Forum)
by
aspfun
on 12/16/2009
How to make dropdown list having two features: select and input?
The dropdown list in asp.net have only one feature: select a value. How to make dropdown list having two features: select and input?
Posted to
Web Forms
(Forum)
by
aspfun
on 12/15/2009
window.showModelessDialog question
I used code below to open pop-up window but only open a small pop-up window (1/3 screen). None of parameters is working. Why? Dim strURL As String = " http://www.google.com " Dim sWindow As String = "Test" Dim sb As New StringBuilder sb.Append("<script language='javascript'>") sb.Append("myWin = window.showModelessDialog") sb.Append("(") sb.Append("'" + strURL + "',") sb.Append("'" & sWindow
Posted to
Client Side Web Development
(Forum)
by
aspfun
on 12/15/2009
Page 1 of 77 (762 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online