Hello, my name is Joseph In first place let me congratulate you for the tutorial, it is very explicit and easy to follow, I have learned a lot with it. Second place, I am having trouble with the gridView, because when I try to run it by clicking on the browser name (located in the standard bar tools), it deploys four errors which say: Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedAscendingCellStyle' Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedAscendingHeaderStyle' Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedDescendingCellStyle' Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedDescendingHeaderStyle' but when I generate it by right-clicking on the form name "Manager.aspx", located in the "Solution explorer", it just runs without any trouble or error. I have tried to solve this error in different ways, but nothing works, so I ask you the favour to help me with this trouble. Thank you very much for your help and sooner answer. Regards, JOSEPH.
Thanks alot for your videos . and i have some doubts bro. 1) Which version of Visual Studio i need to install for windows 10 64-bit oaperating system? 2)And Do i need to install any extra softwares to work with database. 3) And after installing visual studio do i need to do any settings in the system? Plzz clear up my doubts. Thankss in advance
When creating entries in the database DON'T use nchar(20) as the data type (this will make the entry have spaces at the end to fill all the characters). Instead use the data type nvarchar(20) which will remove this problem.
Incase in database u Couldn't see your name When u are adding tables click on update which to your top left click on that then again click on update something come and process further as given Probably in 2019 version
thank u so much sir your video are so helpful for me . sir i want certification of this course plz tell me how could i get certification of this course
I had the error: int temp = Convert.ToInt32(com.ExecuteScalar().ToString()); I resolve this by writting the table name in square brackets, like this: select count(*) from [User] where username..... Not sure why is there a difference as I had written in another project without using [ ] for table name and that worked out. Hope this helps you as it resolved my issue.
Hi,i am using visual studio professional one...its not allowing me to create database...its says server not found/not accessible..could u pls help me with thus..thanks a lot..all your tutorials are very clear ...
Using this approach: will every subscriber have their own information and functionality in their database or this is a database shared with all subscribers?
Hi, I have been watching your videos and found that its really helpful. In one of your videos you have showed how to create SQL Server Database in Visual studio. I have created the same in my Local machine and used it for Registration Page of my web application proj ,Its working well. But then, the connection string on the server explorer keeps disconnecting, we will have to explicitly go and refresh it. If I have to host my site , then will there be a data loss for creating Database like (*.mdf) directly in visual studio web application project. Thanks, Jyoti
Its a great video although I am having a problem as I am using Visual Studio 15 and in that the table is not created in the similar way. Can you please help me with that.
In table window, where you add ID, UserName etc. make sure that ID is NOT NULL (in split view you got code under the table), also instead of saving table, update the table (Update button is just above the ID) - this is what I had to do to make it works (using 2013 version)
Hi Krzysztof, Can you please describe how to do it step by step. I am facing the same problem when trying to save the table, it points me to a different directory. i am using visual studio 2015 as Anjali. Thanks in advance
hi, thanks for the video, it was very helpful. i am trying to create a custom diary/organiser page for each member, who can register/login to my website then keep record of their own personal diary (e.g. to do list). do you know which plugin/widgets would be useful? or do you have any tutorial for this? many thanks
I'm using Vs 2012 ,i have a problem to configuration data source - SqlDataSource1. It won't give me the chance to select : "Specify column from a table or view" Any idea on what I'm doing wrong ? help plz.
Geesharp100 When u create your table, before saving it, click on the Update button (top left of table). And the table gets added to the database and then u can connect it with the SqlDataSource PLZ thumbs up so other see this comment
you might want to rename your video title on "how to create a data grid with its content viewable". as you did not create a login page, only a data grid or data table with its contents displayed...
i have vs 2013 I am not able to connect the table to database I does not provide me the option to select the columns of the table And also How do i know with this new sysem of onedrive where my table is saved ?? Please Help
Thanks for your tutorial. I faced a problem I am using VS 2013... when right click from mouse it doesn't give me the option for adding table in created database. help plz....
Te'Ral Batton Hi Te'Ral Batton ! I'm use vs 2013, and i faced a error Line 21: int temp = Convert.ToInt32(checkuser.ExecuteScalar().ToString()); Please help me ==''
Ariful Islam hae go to the new item then select the most left column 'installed templates" select there Data option after that you can Proceed for next
Te'Ral Batton i think ariful was talking about the same problem which I'm facing in vs2013. The problem is in Configuring SQL Data source & in that the third step Configure the select statement dialogue box only the 1st option is enabled " Specify a custom SQL statement or procedure" i can not select * or custom tables as it was showing in the video please help..
I like these tutorials. Slow enough to feel like youre infront of me but fast enough so i dont get bore.d i like it! any tips on laerning c# asp.net plzz help me sir
Bro I have one doute I created registration page and I inserted sql server also if I am running the program that time it shows parser error How I should clear that error
if the "Specify columns from a table or view" is grayed out, the solution is here stackoverflow.com/questions/39803330/asp-net-when-trying-to-configure-a-sqldatasource-the-specify-columns-from-ta
I having problem in Configuring Data source & in that the third step Configure the select statement dialogue box please help.. It not showing options only one option is selected " Specify a custom SQL statement or procedure
Harshit Desai - Before saving the table with name "UserData" there is an option on the top right column, called "Update Table". Select that, and it should work
I have been trying to create the database (.mdf) file but am unable. instead got an error saying the (file name)is on a network path that is not supported for database files.
I cannot create my first table.When I save the table it makes me choose the name but If I save the SQL file in the app data part... It doesn't appear under the Tables folder any way.What can i do.I try to update the name using Tsql but there is no result.
Try to install (SQL Server Managment Studio) on your computer , create your database there , then put an SqlDataSource in your visual studio web form ,and link this SqlDataSource to your database by creating a new connection .
hello sir,i am facing one problem when i go to add new item --> sql server database -->database.mdf -->ok then , a new window pops up saying " a network-related or instance-specific error " ,without even creating database.mdf file... sir, do i need to download any sql server software ??
I have a problem when I right click to create a sql database, it says "Connection to sql server database files requires local IDP or SQL server express to be installed and running on the local computer .... etc" What do I have to do ?
Hi, I have a problem after design the table it ask me to choose where i want to save it, and it did not show under table folder. well I don't know it I explain well.
hi sir i need your help .... i created my project in my friends laptop ... and project runs very well . but how to get the database into my my computer from laptop .... how to make a file of it for example a .sql file so that using i can get query run in my sql management and tables are created by running that query .......i know to change the connection string everything but i need only file pls make a video sir....;)
It displays "network related or instance specific error occurred when connecting t sql server...verify that instance name is correct and that sql server is configured to allow remote connections.."
Error:- Object reference not set to an instance of an object. //SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["RegistrationConnectionString"].ConnectionString);// how to set reference of that object..?
hi sir your videos are really helpful, plz help to to sort out this problem and advise me what to to thanks error on google chrome is comming like nvalid object name 'UserData'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'UserData'. Source Error: Line 18: string checkuser = "select count(*) from UserData where UserName='" + TextBoxUsername.Text + "'"; Line 19: SqlCommand com = new SqlCommand(checkuser, conn); Line 20: int temp = Convert.ToInt32(com.ExecuteScalar().ToString()); Line 21: if(temp==1) Line 22: Source File: c:\Users ege\Documents\Visual Studio 2013\WebSites\Loginpage1\Registration.aspx.cs Line: 20 Stack Trace: [SqlException (0x80131904): Invalid object name 'UserData'.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +1789294 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +5340642 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +244 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +1691 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +61 System.Data.SqlClient.SqlDataReader.get_MetaData() +90 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +377 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +1421 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +177 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +53 System.Data.SqlClient.SqlCommand.ExecuteScalar() +152 Registration.Page_Load(Object sender, EventArgs e) in c:\Users ege\Documents\Visual Studio 2013\WebSites\Loginpage1\Registration.aspx.cs:20 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +92 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Compiler Error Message: CS1061: 'ASP.registration_aspx' does not contain a definition for 'TextBoxUn_TextChanged' and no extension method 'TextBoxUn_TextChanged' accepting a first argument of type 'ASP.registration_aspx' could be found (are you missing a using directive or an assembly reference?) error in Line : 39 Line 37: User Name : Line 38: Line 39: Line 41:
its not redirecting to next page and an error is comming "no mapping exist from objecy type system .web.ui.webcontrols.textbox to a known managed provider native type." please help me to resolve this
Will you say me which version of visual studio is reliable? When i used visual studio 2013 version then i face "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'". I tried many things but cannot solved this problem.Then i just unstalled the visual studio 2013 and installed visual studio 2012 rcp then above problem was solved but i could not create my first table under the database.would u pls give me a solution and link from where i can download the software.
write this code to ur web.config file and then on the solution explorer right click on ur project and select "set as startup" ur code will run .... i faced that annoying problem and this is the only solution i found hope it will help u ...
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1061: 'ASP.manager_aspx' does not contain a definition for 'SqlDataSource1_Selecting' and no extension method 'SqlDataSource1_Selecting' accepting a first argument of type 'ASP.manager_aspx' could be found (are you missing a using directive or an assembly reference?) Source Error: Line 11: Line 12: > Line 13:
good day guys, after creating database on the "table option" it does not give me an option to create new table instead it only shows "refresh and properties" only please help
hello sir i just follow your instruction from this tutorial but when i run it i found this error- "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)" sir how to resolve this error?
just copy and paste this code this.UnobtrusiveValidationMode =System.Web.UI.UnobtrusiveValidationMode.None;this.UnobtrusiveValidationMode =System.Web.UI.UnobtrusiveValidationMode.None;
I saw your's video is simple for creating web pages with good explanation , Really help for me .........
Thank you so much .....
Your video iS very helpful foR beginners.....tHank yOu soO much........nd keep growing 👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻
These are great videos. I am learning quite a bit.. I am going to do all of your videos
Awesome Tutorial 👌👌👌👌 It gives an idea about how things work.
Good job. I like your teaching style.
superb looking forward to the next one
Very clear video! Thank you. This is so helpful.
Hi there,can we work on some project together? please add me on skype, my id is Ayoladepo, thanks
Been looking for this for awhile now! Thanks
Improved and liking it !
Awesome. Just Awesome. Helped ALOT!
thanks! your describing concept is clear to understand.
nice your turorial.And the study is very clicer
Great efforts Sir, I really really appreciate your kind help and great lessons
Good tutorial to start with asp. Thank you
Thnku very much....ur videos are really very helpful...
Thank you! Your tutorials are very clear, helped me a lot.
Hello, my name is Joseph
In first place let me congratulate you for the tutorial, it is very explicit and easy to follow, I have learned a lot with it.
Second place, I am having trouble with the gridView, because when I try to run it by clicking on the browser name (located in the standard bar tools), it deploys four errors which say:
Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedAscendingCellStyle'
Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedAscendingHeaderStyle'
Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedDescendingCellStyle'
Error 'System.Web.UI.WebControls.GridView' does not contain definition for 'SortedDescendingHeaderStyle'
but when I generate it by right-clicking on the form name "Manager.aspx", located in the "Solution explorer", it just runs without any trouble or error.
I have tried to solve this error in different ways, but nothing works, so I ask you the favour to help me with this trouble.
Thank you very much for your help and sooner answer.
Regards,
JOSEPH.
you make my day this is what i want to know.
BEST TUTORIALS
Great job with the presentation.
Thanks very much . It is very useful
Love your videos, keep it up!
you are the best
thank u its very useful for me
thanks for this great video tutorial !!
cheers !!
It is very very helpful....Love to call you SIR.....thank you very much ...pls allow us to ask doubt as well.....if possible
love your vids!!
Perfect, working fine. So far.
It's extremely good !!! But We can see ur mouse pointer, u don't have to vibrate it.. It's irritating !!!
Great Stuff - Many thanks :-)
very good tuto
Thanks alot for your videos . and i have some doubts bro.
1) Which version of Visual Studio i need to install for windows 10 64-bit oaperating system?
2)And Do i need to install any extra softwares to work with database.
3) And after installing visual studio do i need to do any settings in the system?
Plzz clear up my doubts. Thankss in advance
Thanks... keep going
thank you very usefull
When creating entries in the database DON'T use nchar(20) as the data type (this will make the entry have spaces at the end to fill all the characters). Instead use the data type nvarchar(20) which will remove this problem.
its very helpful
Incase in database u Couldn't see your name
When u are adding tables click on update which to your top left click on that then again click on update something come and process further as given
Probably in 2019 version
Thank you so much sirji
After you create the table you need to click update to update the database, had me stuck for a while wondering why the sqldatasource wouldn't work
That suffered me also :(
thank u so much sir your video are so helpful for me . sir i want certification of this course plz tell me how could i get certification of this course
hii..
excellent work.
can i know in which playlist, u have added asp.net tutorials..
thanks for help.. :)
I had the error: int temp = Convert.ToInt32(com.ExecuteScalar().ToString());
I resolve this by writting the table name in square brackets, like this: select count(*) from [User] where username.....
Not sure why is there a difference as I had written in another project without using [ ] for table name and that worked out.
Hope this helps you as it resolved my issue.
Hi,i am using visual studio professional one...its not allowing me to create database...its says server not found/not accessible..could u pls help me with thus..thanks a lot..all your tutorials are very clear ...
in my case the option for " specify columns from a table or view " isn't highlighted, i cant choose that option
Using this approach: will every subscriber have their own information and functionality in their database or this is a database shared with all subscribers?
Hi,
I have been watching your videos and found that its really helpful.
In one of your videos you have showed how to create SQL Server Database in Visual studio.
I have created the same in my Local machine and used it for Registration Page of my web application proj ,Its working well. But then, the connection string on the server explorer keeps disconnecting, we will have to explicitly go and refresh it.
If I have to host my site , then will there be a data loss for creating Database like (*.mdf) directly in visual studio web application project.
Thanks,
Jyoti
Its a great video although I am having a problem as I am using Visual Studio 15 and in that the table is not created in the similar way. Can you please help me with that.
In table window, where you add ID, UserName etc. make sure that ID is NOT NULL (in split view you got code under the table), also instead of saving table, update the table (Update button is just above the ID) - this is what I had to do to make it works (using 2013 version)
Hi Krzysztof, Can you please describe how to do it step by step. I am facing the same problem when trying to save the table, it points me to a different directory. i am using visual studio 2015 as Anjali. Thanks in advance
thanks , i have same problem
thankyou so much it worked
Thanks for it really helps.
But one Question what software could I use for Ubuntu OS to do this
Thank you sir...
hi, thanks for the video, it was very helpful. i am trying to create a custom diary/organiser page for each member, who can register/login to my website then keep record of their own personal diary (e.g. to do list). do you know which plugin/widgets would be useful? or do you have any tutorial for this? many thanks
I'm using Vs 2012 ,i have a problem to configuration data source - SqlDataSource1. It won't give me the chance to select : "Specify column from a table or view" Any idea on what I'm doing wrong ? help plz.
just update your table which you created
Geesharp100 When u create your table, before saving it, click on the Update button (top left of table). And the table gets added to the database and then u can connect it with the SqlDataSource
PLZ thumbs up so other see this comment
Nicholas Joly This is the real deal, thank you man.
Nicholas Joly yeah thanks nicholas.
Nicholas Joly Thanks bro life saver!
you might want to rename your video title on "how to create a data grid with its content viewable". as you did not create a login page, only a data grid or data table with its contents displayed...
i have vs 2013
I am not able to connect the table to database
I does not provide me the option to select the columns of the table
And also
How do i know with this new sysem of onedrive where my table is saved ??
Please Help
Bhayya... Can u help making doctors appointment using c# in vs website for blocking time slots??
thank man, gracias amigo
do you need to install sql server management to save the db to your project?
thanks sir..
ty so helpfull
Thanks for your tutorial. I faced a problem I am using VS 2013... when right click from mouse it doesn't give me the option for adding table in created database. help plz....
Hi friend... Can you explain a little more detail? I'm using VS 2013, and I'm doing just fine. Where are you right clicking your mouse?
Te'Ral Batton Hi Te'Ral Batton ! I'm use vs 2013, and i faced a error Line 21: int temp = Convert.ToInt32(checkuser.ExecuteScalar().ToString());
Please help me ==''
Ariful Islam hae go to the new item then select the most left column 'installed templates" select there Data option after that you can Proceed for next
Te'Ral Batton i think ariful was talking about the same problem which I'm facing in vs2013. The problem is
in Configuring SQL Data source & in that the third step Configure the select statement dialogue box only the 1st option is enabled " Specify a custom SQL statement or procedure" i can not select * or custom tables as it was showing in the video
please help..
I did create my database but according to my data dictionary do i also need to create for register and login???
Hey we have select tab in the table ryt, can we make or do we have any option that till manager select and enable the user he cant login?
I like these tutorials. Slow enough to feel like youre infront of me but fast enough so i dont get bore.d i like it! any tips on laerning c# asp.net plzz help me sir
thankz man :)
connection to sql server database files (.mdf) require sql server 2005 express or sql server 2008..This error occurred when i try to connect database
If you are not able to see rows or columns while updating linking table to Grid View go to your table and click update on top left!
its easy...
Bro I have one doute
I created registration page and I inserted sql server also if I am running the program that time it shows parser error How I should clear that error
Apu doesn't just sell stuff at the Quickie mart :P
He's also very handy with ASP.
Visual ke bina hm apni fill directs kaise open kr skte h
if the "Specify columns from a table or view" is grayed out, the solution is here
stackoverflow.com/questions/39803330/asp-net-when-trying-to-configure-a-sqldatasource-the-specify-columns-from-ta
I having problem in Configuring Data source & in that the third step Configure the select statement dialogue box please help.. It not showing options only one option is selected " Specify a custom SQL statement or procedure
Harshit Desai - Before saving the table with name "UserData" there is an option on the top right column, called "Update Table". Select that, and it should work
Srinath Kumar i have the same issue but i couldn't find the "update table" option.help please
Srinath Kumar I tried but it's not working it is saving the table in the name of "Table" and data is not going in it
Srinath Kumar thank you,, now its working (Y)
+Srinath Kumar thanks
conecting the database with table on Manager. Is the same of coding SqlConnection asdlf = new sqlConnection.... ?!
Hlo sir
Can u help me for database connection
super sir but in here the genral web handling the very difficulty how use easy way
Amitoj Singh Sethi ,
the id column cannot be NULL.... uncheck the box on last column....this is the cause of such a error.
I have been trying to create the database (.mdf) file but am unable. instead got an error saying the (file name)is on a network path that is not supported for database files.
Still my option (Specify column from a table or view ) is disable.i am unable to choose this option.Kindly suggest me what i should do?
I cannot create my first table.When I save the table it makes me choose the name but If I save the SQL file in the app data part... It doesn't appear under the Tables folder any way.What can i do.I try to update the name using Tsql but there is no result.
Try to install (SQL Server Managment Studio) on your computer , create your database there , then put an SqlDataSource in your visual studio web form ,and link this SqlDataSource to your database by creating a new connection .
I am not able to change table name when I save the table it ask where to save I save(rename) at my document but tablename remain same
hello sir,i am facing one problem when i go to add new item --> sql server database -->database.mdf -->ok
then , a new window pops up saying " a network-related or instance-specific error " ,without even creating database.mdf file... sir, do i need to download any sql server software ??
sir I have installed SQL server management studio 2014 for visual studio 2015...
but it's is showing same error...how to solve it?
I have a problem when I right click to create a sql database, it says "Connection to sql server database files requires local IDP or SQL server express to be installed and running on the local computer .... etc" What do I have to do ?
What version of SQL is this?
Hi, I have a problem after design the table it ask me to choose where i want to save it, and it did not show under table folder. well I don't know it I explain well.
I'm 2017
hi sir i need your help .... i created my project in my friends laptop ... and project runs very well . but
how to get the database into my my computer from laptop .... how to make a file of it for example a .sql file so that using
i can get query run in my sql management and tables are created by running that query .......i know to change the connection string everything but i need only file pls make a video sir....;)
using dispatch method
int temp = Convert.ToInt32(com.ExecuteScalar().ToString());
getting an error in this line
help plz...!!
It displays
"network related or instance specific error occurred when connecting t sql server...verify that instance name is correct and that sql server is configured to allow remote connections.."
same
I have a Problem With SqlDataSource When I Add it , it can't be visible i can see it's properties but can't see it ,any help please ??
wath is your version of SQL??
Error:- Object reference not set to an instance of an object.
//SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["RegistrationConnectionString"].ConnectionString);//
how to set reference of that object..?
hi sir your videos are really helpful, plz help to to sort out this problem and advise me what to to thanks
error on google chrome is comming like
nvalid object name 'UserData'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'UserData'.
Source Error:
Line 18: string checkuser = "select count(*) from UserData where UserName='" + TextBoxUsername.Text + "'";
Line 19: SqlCommand com = new SqlCommand(checkuser, conn);
Line 20: int temp = Convert.ToInt32(com.ExecuteScalar().ToString());
Line 21: if(temp==1)
Line 22:
Source File: c:\Users
ege\Documents\Visual Studio 2013\WebSites\Loginpage1\Registration.aspx.cs Line: 20
Stack Trace:
[SqlException (0x80131904): Invalid object name 'UserData'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +1789294
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +5340642
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +244
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +1691
System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +61
System.Data.SqlClient.SqlDataReader.get_MetaData() +90
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +377
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +1421
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +177
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +53
System.Data.SqlClient.SqlCommand.ExecuteScalar() +152
Registration.Page_Load(Object sender, EventArgs e) in c:\Users
ege\Documents\Visual Studio 2013\WebSites\Loginpage1\Registration.aspx.cs:20
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
Compiler Error Message: CS1061: 'ASP.registration_aspx' does not contain a definition for 'TextBoxUn_TextChanged' and no extension method 'TextBoxUn_TextChanged' accepting a first argument of type 'ASP.registration_aspx' could be found (are you missing a using directive or an assembly reference?)
error in Line : 39
Line 37: User Name :
Line 38:
Line 39:
Line 41:
its not redirecting to next page and an error is comming "no mapping exist from objecy type system .web.ui.webcontrols.textbox to a known managed provider native type." please help me to resolve this
How would you do this with an Access Database?
+pasinger59 No one uses Access in a commercial environment. It is mostly SQL Server and MySQL. See VB TOOL. NET youtube channel
Will you say me which version of visual studio is reliable? When i used visual studio 2013 version then i face "WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'". I tried many things but cannot solved this problem.Then i just unstalled the visual studio 2013 and installed visual studio 2012 rcp then above problem was solved but i could not create my first table under the database.would u pls give me a solution and link from where i can download the software.
Copy this code in we.config file under Solution Explorer to solve "jquery" error.
write this code to ur web.config file and then on the solution explorer right click on ur project and select "set as startup" ur code will run .... i faced that annoying problem and this is the only solution i found hope it will help u ...
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'ASP.manager_aspx' does not contain a definition for 'SqlDataSource1_Selecting' and no extension method 'SqlDataSource1_Selecting' accepting a first argument of type 'ASP.manager_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 11:
Line 12:
> Line 13:
good day guys, after creating database on the "table option" it does not give me an option to create new table instead it only shows "refresh and properties" only please help
hello sir i just follow your instruction from this tutorial but when i run it i found this error-
"WebForms
UnobtrusiveValidationMode requires a ScriptResourceMapping for
'jquery'. Please add a ScriptResourceMapping named
jquery(case-sensitive)"
sir how to resolve this error?
just copy and paste this code
this.UnobtrusiveValidationMode =System.Web.UI.UnobtrusiveValidationMode.None;this.UnobtrusiveValidationMode =System.Web.UI.UnobtrusiveValidationMode.None;
m not able to select (specify columns from a table or view) plz help me.
Give the name to the datbase and update the databse click to the update button then all erros wil be solved