Advertisement

1 - 10 of 90 containing alltags:("C#, ASP.net 2.0") (0.002 seconds)
Hi How do I check for the following in an asp.net webform 1.  Password textbox must be at leat 7 characters long with at least one aphanumberic character?
Zones: C#, ASP.Net Programming, .NET...Date Answered: 10/17/2007 Grade: A Views: 0
Hi, I successfully initialize an 'asp:table' from my code-behind: header = new TableHeaderRow();         t_cell = new TableCell();         t_cell.Text = "";         header.Cells.Add(t_ce...
Zones: ASP.Net ProgrammingDate Answered: 01/09/2008 Grade: A Views: 29
HI experts! I need to create a multidimentional array that won't contain initialization. I've been readiing and the best way to do this is using ArrayList. How can I implement  this in my code?  I...
Zones: C#, ASP.Net Programming, MS Visual C#Date Answered: 05/26/2008 Grade: A Views: 398
Hi, I am working on C#, .net2.0 I am using report viewer(.rdlc) in the .Net I do not wanted to show the report in the reportviewer. I want whenever the user clicks on the button the rdl...
Zones: C#, .NET Framework 2.xDate Answered: 01/21/2008 Grade: A Views: 120
why doesn't this work? global.asax.cs         protected void Session_Start(Object sender, EventArgs E)         {             Session["svUserLogin"] = Server.HtmlEncode(User.Identity.Name); ...
Zones: ASP.Net ProgrammingDate Answered: 09/10/2008 Grade: A Views: 174
Is there a way to programmatically change the CssClass of a DataGrid on it's databind method? I have a column of data called "url" where some of the items end with .html while others end with a ...
Zones: ASP.Net Programming, C#, .NET...Date Answered: 04/09/2008 Grade: B Views: 0
i want to pass domainname\username or username\domainName to get all groups in forest to which user belongs.gruop on ldap is universal security group.and user is logged in with different domain not...
Zones: C#, ASP.Net Programming, W...Date Answered: 07/13/2008 Grade: A Views: 4
The datasource of the my GridView is from Xml i bound the columns manually i am doing a sort, however, book_no is treated as string, so when i sort it, it will become "1, 10, 11,...2,3,4" and ...
Zones: ASP.Net ProgrammingDate Answered: 04/20/2008 Grade: A Views: 0
Hi experts! These are my pages with their URLS: http://####.###.com/######.aspx?contentid=OL http://####.###.com/######.aspx?contentid=GH http://####.###.com/######.aspx?contentid=IK http://##...
Zones: .NET, C#, .NET Framework 2.xDate Answered: 05/26/2008 Grade: A Views: 15
I have a project under sharepoint that contains several different types of pages, each needs it own login page. The reason for this is that most of my pages are normal aspx pages  that are accessed...
Zones: ASP.Net Programming, SharepointDate Answered: 04/22/2008 Grade: A Views: 41