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:820382
More Search Options
RSS Available
Matching Posts
Re: _The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
This error got my head spin for awhile and finally I have solved it. If you get this error with the Telerik control try this: http://www.itjungles.com/dotnet/telerik-the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks .
Posted to
Web Forms
(Forum)
by
qvo178
on 9/11/2009
Re: Websupergoo AbcPDF on discountasp.net AddImageUrl not supported
This error message really frustrate me after spending many hours finally I got it working thank god. Basicall you can set the localhost url and it will works just fine. Check out how to do it here. http://itjungles.com/dotnet/abc2pdf-unable-to-render-html
Posted to
Component Discussions
(Forum)
by
qvo178
on 7/21/2009
Re: Extending nGallery
This is great just what i needed.
Posted to
nGallery
(Forum)
by
qvo178
on 4/16/2009
Re: ASP.NET error in '/' Application - Sharepoint
This site have solve my problem. It talks about different url due to layout changes. http://connectionstringexamples.com/article.php?story=Sharepoint-error-System-Argument
Posted to
Windows SharePoint Services Hosting
(Forum)
by
qvo178
on 4/8/2009
Re: The user or group name 'BUILTIN\Administrators' is not recognized. (rsUnknownUserName)
This post seem to solve the problem. http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/db891b7d-509a-4015-aa53-39693dfd4047/
Posted to
SQL Server Reporting Services
(Forum)
by
qvo178
on 3/20/2009
Re: displaying the pop up while clicking on the image button
You did not attach the image properly I cannot see the image.
Posted to
Web Forms
(Forum)
by
qvo178
on 3/20/2009
Re: Understanding ListBox controls working with the database ?
Here is an example how to populate the drop down list from the database. string connStr = System.Configuration. ConfigurationManager .AppSettings[ "connectionString" ]; using ( SqlConnection conn = new SqlConnection (connStr)) { conn.Open(); SqlDataAdapter a = new SqlDataAdapter ( "select * from tblUsers" , conn); DataSet ds = new DataSet (); a.Fill(ds); ddlExample.DataSource = ds.Tables[0]; ddlExample.DataTextField = "Username" ; ddlExample.DataValueField = "UserID"
Posted to
Web Forms
(Forum)
by
qvo178
on 3/20/2009
Re: dropdown control..
write an on index change event than add the current textbox value to the new value to derive the total.
Posted to
Web Forms
(Forum)
by
qvo178
on 3/20/2009
Re: dropdown control..
Hi, What you can do is add an event on drop down lisst index change for each drop down. Then when it post back you add the current value in the the text box to the new value and will give you the total value. For example TextBox1.text += textBox1.text + currentPrice. This will give you a new total price.
Posted to
Web Forms
(Forum)
by
qvo178
on 3/20/2009
Filed under: drop down dropdownlist
Re: dropdown control..
Hi, What you can do is add an event on drop down lisst index change for each drop down. Then when it post back you add the current value in the the text box to the new value and will give you the total value. For example TextBox1.text += textBox1.text + currentPrice. This will give you a new total price.
Posted to
Web Forms
(Forum)
by
qvo178
on 3/20/2009
Page 1 of 3 (30 items) 1
2
3
Next >
TechNet Edge:
Windows 7 BranchCache™ Explained
ASP.NET:
Localizing ASP.NET MVC Validation
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online