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?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22777667.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23069415.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23070146.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23089965.html
why doesn't this work?
global.asax.cs
protected void Session_Start(Object sender, EventArgs E)
{
Session["svUserLogin"] = Server.HtmlEncode(User.Identity.Name);
...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23268436.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23302659.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23314640.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23316842.html
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://##...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23327598.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23343603.html