when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles
2037there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
1 3153In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...
1 3055Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
2096
How would you turn off cookies on a page of a website?
What is a viewstate?
Explain the difference between web user control and web custom control?
Explain the asp.net session state modes.
What is application and session in asp.net?
What is the difference between Classic ASP and ASP.Net?
Define a multilingual website?
What's the difference between viewstate and sessionstate?
Why is the standalone environment only useful during the development process?
Write a code snippet to implement the indentation in json in web api.
What is the difference between trace and debug in asp.net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
what are the web form events available in asp.net?
Does asp.net still recognize the global.asa file?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.