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
1984there 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 3054In 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 2989Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
2035
How ViewstateMac works?
What are the validation controls available in ASP.NET?
What is the use of the tag in the web.config file?
How can we prepairing Interview
What is caching? What are different ways of caching in asp.net?
What is application variable in asp.net?
Explain the components of web form in asp.net
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How can we inherit a static member?
If we remove web.config or machine.config from the application then, is this application will works?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is voluum?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How do I send an email message from my ASP.NET page?