Problem with Graphics Server.Net in Visual Studio 2005
Wed, 21 May 2008 04:18:30 -0700 (PDT)
Using Graphics Server .Net v3.5 in a ASP.Net project worked correctly
in VS 2003. The project has been upgraded to VS 2005 and now the
Graphics Server control does not display in VS 2005 it displays the
following error message.
Error 199 'Chart' could not be initialized. Details: Object reference
not set to a ...
|
Accessing the ControlToValidate control in a Validator
Tue, 20 May 2008 16:06:37 -0400
I am writing a Validator by inheriting from the BaseValidator class. I need
to access the control referred to by the ControlToValidate property. Because
ControlToValidate is a String, I will need to use the FindControl() method
using ControlToValidate as the argument. In most cases, this would work
perfectly ...
|
null reference exception from FindByValue
Mon, 19 May 2008 23:41:00 -0700
I have 3 Tabs (TabContainer - AJAX)
I've successfully ben able to retain the tab that the user selects so that
the same tab is selected on different pages...
now...
What I really need to be able to do is keep the 'Item' that a user selects
which is in the 2nd tab. - in this case, that Item is a Clini ...
|
Hide textbox / Make textbox not visible (NOT USING visible property)
Mon, 19 May 2008 11:50:25 +0200
I have a textbox wich will be filled with a BASE64-value (an image) on the
clientside. This values is then transported to the server on postback.
I don't want this textbox to be visible, however, if I set the textbox to
'invisible' my before mentioned construction is not working.
I have now defined the height/ ...
|
MasterPage
Sun, 18 May 2008 23:51:15 -0600
Does anybody knows if exist any way to use a master page without
the "ContentPlaceHolderID" in the content page? (the default.aspx or
services.aspx for example)
What I want to do is load this aspx with the masterpage specified in the
webconfig
Thanks!
...
|
zKAAiirZNBZ
Sat, 17 May 2008 19:48:22 -0700
asxcU7 ...
|
zKAAiirZNBZ
Sat, 17 May 2008 19:48:10 -0700
asxcU7 ...
|
|
|
Custom Control question (using Master page)
Wed, 14 May 2008 12:31:54 -0500
Using my custom control, I need to locate controls in the Content
section - - I know that I can do something like:
If (ctrl Is Nothing And Not page.Master Is Nothing) Then
ctrl = page.Master.FindControl("Content").FindControl(id)
End If
However, this only works if the ContentPlaceholder is actually named ...
|
another gridview question
Wed, 14 May 2008 09:56:14 -0700
I have a gridview and need to load two dropdown lists with data (from stored
procedures) and place these dropdown lists as two columns in the gridview. I
just do not know how to place the dropdown list in the gridview so they will
show up when the page loads. Also I currently have a gridview on the page
bu ...
|
PostbackUrl
Wed, 14 May 2008 18:41:47 +0530
Hello,
I am facing a problem in using PostbackUrl property in asp.net.
I have set value for PostBackUrl property of asp:Button control.
Fine, that it redirects user to another page, allowing me to access all
properties, controls of previous page.
But problem comes when my current page is having some error a ...
|