all groups > asp.net > november 2007 > threads for sunday november 11
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
looking for an asp.net 2.0 TAB CONTROL
Posted by Patrick.O.Ige at 11/11/2007 11:56:25 PM
Looking for a TAB control asp.net 2.o that i can map a sitemap datasource
too and
also use security trimming based on active directory GROUPS.
I know can use the menu control and the treeview controls with a sitemap
datasource and securty trimming.
Thanks in advance.
... more >>
Asp.Net 2.0 Documentation
Posted by Kevin at 11/11/2007 11:48:17 PM
Hi!
How can I generate documentation for my asp.net 2.0 application?
Thanks
... more >>
jquery .js file = windows authentication dialogue?
Posted by Darrel at 11/11/2007 8:21:58 PM
I'd like to use the jquery datepicker.
I have a asp.net 1.1 application set up with forms authentication protecting
an admin directory:
<location path="admin">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>... more >>
How to write a xsl file for this xml file?
Posted by lichaoir at 11/11/2007 7:28:28 PM
hi, i want to write a xsl file for the following xml file, and use
this xsl file as the transform file of XmlDataSource. How to write it?
<?xml version="1.0" encoding="utf-8"?>
<students>
<student id="de95fcf1-5751-4be1-ab2a-54b38e7f5692">
<name>Chinedu Smith</name>
<age>14</age>
<ge... more >>
Button_Click and Session
Posted by Marine at 11/11/2007 7:19:58 PM
Hi,
Sorry i'm a newbie with Asp.net, here is my problem :
private void Page_Load(object sender, System.EventArgs e)
{
if (IsPostBack) { Label1.Text = (string)Session["test"]; }
}
private void Button1_Click(object sender, System.EventArgs e)
{
Session["test"] = "test";
}
I have... more >>
how to start sub from javascript?
Posted by Bob at 11/11/2007 3:48:12 PM
Hi,
The user must enter a name into a text input control. Then i want to give
him the choice between clicking on the button with the mouse or pushing the
ENTER key of the keyboard.
This works when clicking on the button. My problem is that i don't know how
to start the sub 'pseudoserver'... more >>
wrapping text in datagrid
Posted by ireallyneedtoknow2007@yahoo.com at 11/11/2007 10:36:34 AM
hello I am trying to wrap the text in the contact_email cell of a
datagrid in asp.net 2.0 and tried many variations of the code below.
the asp:TemplateColumn HeaderText="Email" wraps as expected but I
cannot get the asp:BoundColumn Visible="False"
DataField="contact_email" field to wrap at all.
... more >>
Rejoice
Posted by PJ on Development at 11/11/2007 9:23:04 AM
Looks like SPAM got in this newsgroup
:-(
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Drop down question
Posted by Me LK at 11/11/2007 5:25:08 AM
I have a nested dropdown inside a datagrid. One for colors one for
sizes. Not all items have colors or sizes, however, so I need to find
a way to detect if the drop down is blank and make the control not
visible. If there is a value then I need to add a choose a size. I am
having no problem wi... more >>
A newbie project help
Posted by Athena at 11/11/2007 2:00:37 AM
Hello,
I am new to programming for web (I know VB6). I just installed VS2005 VB
and Web Developer Express. I have a simple application to start learning.
Application is like this:
On the web page there are two text boxes for UserID and Password entry
and a Submit button. When a u... more >>
VISUAL STUDIO.NET
Posted by aila at 11/11/2007 1:07:23 AM
can somebody help me to solve this error "VISUAL STUDIO.NET has detected that the speified web server is not running asp.net version 1.1. you will be unable to run asp.net web applications or services
".
From http://www.developmentnow.com/g/8_2005_7_22_0_0/dotnet-framework-aspnet.htm
Posted via D... more >>
|