If you are a ASP.NET developer then you know that all the information is stored in web.config file and its is plain file which can be easily open in any text Editor like Notepad or word pad . We store all the important information like connection strings, user names, passwords.That means we are handling sensitive information in a unsafe text file.
GridView is used in showing information in a tabular form, GridView replaced the Datagrid which was used in asp.net 1.1, if you are working in asp.net 2.0
then you are facing a problem which is that you can not hide a particular column if you want but in asp.net 1.1 you can do it by simply making the visible
We can easily integrate XML feeds into our website very easily. We don't want to know detail knowledge of XML, but knowledge not harm in any ways.for this wrk we wanr to conntrols
1). XMDataSource Control
2). GridView Control.
We have to set the following properties of the XMDataSource Control
If we use GridViewin asp.net, we see Hyperlinkfield, at first time we thought that it is very
easy to use but at another second we get confuse how to use it so I am going to focus on using it in a Gridview which is populated from database
the main thing of HyperLinkField is work like a regular hyperlink in our GridView.
The main four properties are here concerned are:
1). DataTextField,
We got some problem in storing newline character in database. This will help the developers in most of the development conditions.There are lot of times we accept user input in a textarea or a multiline textbox and save it to a database. But while displaying the data from the database, you will find that the line breaks are not displayed properly, infact there will be no line breaks. We will need to convert all the new line characters (”\n” character) to “
ASP.NET (Active Server Pages) is server side scripting technology that enables scripts to be executed on the web server (IIS).The IIS is component of Windows Server like windows 2000 and XP Professional. The extension for Classic ASP is ".asp" but for ASP.Net the extension is ".ASPX". An ASP.NET Page can contain HTML, XML and scripts.
A1VBCode is a free VB, VB.NET, ASP, and ASP.NET source code and resource site. A1VBCode strives to provide the highest quality of free pre-tested source code where programming professionals, students, or enthusiasts can come to learn and share their code and knowledge with others.