Search Results

0
votes
3answers
223 views

ASP Net - Forms Authentication with Active Directory Problem

I have an error... The container specified in the connection string does not exist Basically, I am using Active Directory authentication in ASP.NET. I have set up my connect …
0
votes
2answers
161 views

How to check permissions of an ASP.NET Role

how Ican use declarative security("[PrincipalPermissionAttribute(SecurityAction.Demand, Role = "")]) but I don't want to check role I need to check the permissions for that role? scince I have role …
0
votes
1answer
91 views

override PrincipalPermissionAttribute SecurityAction.Demand method

how can I override PrincipalPermissionAttribute SecurityAction.Demand method? …
1
vote
2answers
82 views

Back button in web application

I have web application contain more than one page. I need to guarantee when I click Back in browser it execute the page-load event because in last page when I click bake it bring the previous page …
0
votes
0answers
26 views

Asp.net ChartArea

how can I can make reference to ChartArea in class not in web page? hint:using System.Web.UI.DataVisualization.Charting; …
0
votes
0answers
54 views

CollapsiblePanelExtender

I have two panels and I use CollapsiblePanelExtender control to collaps and expand one of them.what I need is to change the size of the second control when the first is collapsed . how I can do t …
0
votes
1answer
62 views

what is the best use Cache Object or static variabels

I need to store large data in my website but I'm not sure what is the best to use cache objec or store the data in static variabels in the master page? thanks alot …
1
vote
3answers
64 views

Master Page

I need to ask if I have master page that contain button as an example then I add new webform(default) and I assign that master page as default form master page.the question is can I change the text …
0
votes
1answer
251 views

combobox column gridview

hello, I need to aske I have gridview with combobox template column and its fill with items . when select index changed i need to set description value in onther cell but I couldn't get the index o …
0
votes
1answer
37 views

Paging Gridview

I have a gridview with page size=4 what I need is how can i make for loop for all rows in grid view not just in the currnt page? thanks alot …
0
votes
0answers
109 views

Tab Control In Asp.net

I use ajax tab control in my website but the problem is when I fire a poastback event go back to first tab not in the current tab index how i can solve this problem? thanks for your time. …
0
votes
2answers
196 views

checkboxlist column gridview

I have gridview I have column that should be checkboxlist like dropdownlist column but how can I let the list appear when click in the column ?I don't want the list to appear unless the user want t …
0
votes
2answers
220 views

Validate Gridview

hello, I have gridview with template fields(textbox,dropdown list,...) and I use required field validators for the textbox and dropdownlist where I make the validation on textchanged and dropselect …
0
votes
0answers
340 views

Required Field Validator for gridview Column

I have a gridview with a textbox template field and I have a required field validator for that textbox. The gridview contains 15 rows, with just the first enabled and the rest are not enabled . …
0
votes
1answer
265 views

MaskedEditExtender in asp.net

How can I useMaskedEditExtender for textbox that should accept address of website? thanks …

1 2 next
15 30 50 per page