dividing master pages
(2 messages)
Date: Tue, 7 Aug 2007 16:43:10 -0300
Hi, how can I divide a master pages in 4 parts? Header, left menu, right
side (main) and footer? Just like a frame...
On the header will be the a javscript menu, on left a gridview wich the user
clicks a item will load ...
|
dropdownlist has a selectedvalue which is invalid because it does not exist in the list of items.
(1 messages)
Date: Tue, 07 Aug 2007 19:35:03 -0000
I'm trying to use a databound dropdown list in a grid view. I can't
seem to get this to work. If I Bind on a text box it works fine.
Otherwise I get the error below
'ddlDisplayArt' has a SelectedValue which is invalid ...
|
Buttons and
(3 messages)
Date: Tue, 7 Aug 2007 15:11:14 -0400
I have two buttons on my ASP.NET 2.0 form:
<asp:Button id="btnSubmit" Text="Submit" OnClick="btnSubmit_Click"
CausesValidation="true" runat="server"></asp:Button>
<asp:Button id="btnCancel" Text="Cancel" OnClick="btnCancel_Click" ...
|
Login control
(1 messages)
Date: Tue, 7 Aug 2007 11:48:33 -0700
Is there a way to tell if the RecoveryPassword link has been clicked in the
Login control?
If the UserName has been filled in, I'd like to pass it along to the
Recovery Password page and automatically fill this in for the ...
|
Images don't show up after migrating from VS2003 to VS2005
(1 messages)
Date: Tue, 7 Aug 2007 11:36:01 -0700
After migrating my project from VS2003 to VS2005, the images in my aspx pages
don't show (only a red X is shown). But the images show up inside the Visual
Studio View Designer.
This is the aspx source:
...
|
How to Print treeview
(1 messages)
Date: Tue, 07 Aug 2007 11:18:12 -0700
I have a treeview,And i need to print with all the nodes open. But
while printing the webpage, some nodes are not printing properlu,
because of lenght of the paper. I would like to know the proper way to
print huge treeview
...
|
Test if Object exists
(3 messages)
Date: Tue, 7 Aug 2007 10:54:44 -0700
I have an object that may or may not exist on a page. Therefore, I test for
it. But it doesn't seem to work if I do the following:
if not HomeLink is nothing then
HomeLink.NavigateUrl="http://www.staffingworkshop ...
|
Error
(1 messages)
Date: Tue, 7 Aug 2007 14:26:18 -0300
Why shows up this error on trying to register a user on a asp.net 2.0 C#
template ?
"An error occurred during the execution of the SQL file 'InstallCommon.sql'.
The SQL error number is 1802 and the SqlException message ...
|
How to refresh XSD method
(2 messages)
Date: Tue, 7 Aug 2007 11:43:59 -0500
I have a method in one of my datasets (XSD, in VS.Net 2005) - I have updated
the Stored Procedure it uses, but no matter what I do, it only lists the
original fields returned, before the stored procedure was updated.
How ...
|
mail setup
(1 messages)
Date: Tue, 07 Aug 2007 08:53:25 -0700
I have a new Win2003 SP2 server installed. IIS with ASP.NET is the
only service installed. There are 5 different domains on the server
with static HTML pages.
Now, we want to have some asp.net sites that will require email ...
|
|
SQLCacheDependency not working - Cache item is always null
(2 messages)
Date: Tue, 07 Aug 2007 07:49:57 -0700
Help: SQLCacheDependency not working. When I step through my code
with the debugger I notice that the condition below:
(cacheItem == null)
is always true.
I have setup SQLCacheDependency to work with 11 tables in ...
|
How Can Library Code "know" it's hosting application type?
(3 messages)
Date: Tue, 7 Aug 2007 07:42:13 -0700
I'm writing a code library that needs to be reused between a Windows Forms
application and and an ASP.NET Web application.
The library needs to do a couple of things differently depending on the type
of application the ...
|
Does EMAB increase overhead in some cases?
(1 messages)
Date: Tue, 07 Aug 2007 07:35:01 -0700
Had I not been using EMAB, my function would look like:
func1(){
try{
op1();
}catch{
log.write("op1 failed");
}
try{
op2();
}catch{
log.write("op2 failed");
}
}
With EMAB:
func1(){
try{
op1( ...
|
Interactive utility to help with custom datetime format specifiers
(3 messages)
Date: Tue, 7 Aug 2007 09:31:36 -0500
Hi all,
I've developed an interactive utility that can assist in the development of
custom datetime format specifier strings. In addition to enumerating the
options it will show how a combined set of options can be rendered ...
|
asp:LinkButton
(2 messages)
Date: Tue, 7 Aug 2007 08:08:54 -0500
I have a page that contains an asp:LinkButton. The purpose of this button
is to allow the user to send the current page as an email. My "plan" was
to, in the click event handler of the LinkButton, store the html source ...
|
How to get gridview selected row text
(1 messages)
Date: Tue, 07 Aug 2007 05:56:06 -0700
hi
i am having a gridview in aspx page and a usercontrol in master page
of that page
now what i want is selected row text to be displayed in usercontrol
i wrote code as follows:
Protected Sub gvwServices_SelectedIndexChanged(ByVal ...
|
Help with design of Startup web site
(3 messages)
Date: Tue, 07 Aug 2007 05:25:43 -0700
Hello Guys and Gals
I have started web site called indiaclaims.com.
I am not happy with the design of the main page.
Iam a novice and a non - techie. Can anybody help me with a smart
design for my web page:
url: ...
|
Doubt Date
(10 messages)
Date: Tue, 7 Aug 2007 08:29:28 -0300
Hi, how can I return just the date from a DateTime field ? Any C# .net 2.0 /
SQL function?
Thanks a lot!
...
|
C# open file on windows share
(9 messages)
Date: Tue, 07 Aug 2007 10:15:14 -0000
Hello
I hace a code that opens a file on a windows share.
\\comp1\folder1\file.txt
Folder1 has full access for Everyone. I can open it from explorer on
my computer (my user isn't on set the server). However when I ...
|
Setting properties of a page in the aspx file without using code blocks
(1 messages)
Date: Tue, 07 Aug 2007 02:54:56 -0700
Hi,
I have an aspx file which inherits from a class "MyPageClass" which
has a property "MyProperty". I want to set MyProperty in the aspx
file, but code blocks are not allowed in my environment (sharepoint).
I tried something ...
|