How can I highlight a word within gridview
How can I highlight the text of a query in the gridview control?
How can I highlight the text of a query in the gridview control?
I am using a TRY CATCH block in a stored procedure where I have two INSERT instructions.
I can display my data in my textbox, dropdownlist after retrieve data from sql database, but when i proceed with my update button, the information edited in the textbox or dropdownlist wouldn’t update into the database. I tried to remove the code in page load, and re-key in all the data manually, it can be update. All I want is retrieve data from database and display it in the textbox, and it can be update into the database after make some changes from the textbox. Can someone help me on this? Thanks.
net web application using .net 4.0 framework.
I have a stored procedure:
Friends i have properly bind the dropdown with dataset but it is giving this error:
my codes are:
I’m using the EF 4.0 designer to create a database by clicking on “Generate Database from Model”.
I wan’t to use the sql 2008 column type “filestream”.
Unfortunately I can’t select “filestream” from Type DropDownList of a specific column.
I have some created web forms and I need to check whether the user is authenticated or not, before displaying the other web forms. All the users can access Default.aspx and About.aspx pages.
And I have three types of users namely- Admin,User and Super User. Also, I keep the authentication details in my own SQL server db.
i am new on asp.net with vb.code behind
I have a question about User-Defined Table Types in SQL Server 2008.