<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2284285520967019151</id><updated>2011-04-21T20:15:05.973-07:00</updated><category term='IIS Errors-Unable to debug'/><category term='Introduction'/><category term='Visual Studio Installation Procedure'/><title type='text'>ASP.NET VB Tutorials</title><subtitle type='html'>All about coding asp dot net using VB...Tips,tricks,error debugging.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-7027314697411457511</id><published>2009-01-26T01:50:00.001-08:00</published><updated>2009-01-26T01:50:25.844-08:00</updated><title type='text'>New Website -Shefeek Jinnah</title><content type='html'>My name is Shefeek Jinnah.I am a Software Engineer by profession.I completed my graduation from Mar Athanasious College Of Engineering,Kothamangalam,Kerala in the year 2008.Coding is my passion and technical expedition is my pursuit.&lt;br /&gt;&lt;br /&gt;    I have been writing technical blogs for the last few years.But i find myself difficult in managing all the blogs and communities.So i decided to combine all my blogs and keep it under a single roof and here it is.The intention of this website is to share information so that it will be useful for me as well as for the visitors.I will post everything technicaly that goes through my head daily and which i am involved in.&lt;br /&gt;&lt;br /&gt;I offer  free technical assistance though the discussion forum of this website.You can ask me for any technical assistance.I will provide you with enough information if it is within my range or i can get you the details soon after consulting with my senior’s&lt;br /&gt;&lt;br /&gt;http://www.shefeekj.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-7027314697411457511?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/7027314697411457511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=7027314697411457511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/7027314697411457511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/7027314697411457511'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2009/01/new-website-shefeek-jinnah.html' title='New Website -Shefeek Jinnah'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-5613491996380704311</id><published>2007-06-16T23:46:00.000-07:00</published><updated>2007-06-17T00:05:06.017-07:00</updated><title type='text'>Data Insertion</title><content type='html'>In this chapter let us examine how to insert data into a table from a webform&lt;br /&gt;&lt;br /&gt;Suppose we have a text box named 'sname' and a button named 'insert'  .Our aim is to&lt;br /&gt;insert  the value in the text box to the table named 'reg' when the button is clicked&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp1.blogger.com/_kTpBPpUFSoc/RnTaQIjjiBI/AAAAAAAAABU/pBPChRhgszI/s320/ins.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076922650662766610" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;steps&lt;br /&gt;&lt;br /&gt;1.&lt;/strong&gt;Establish the connection&lt;br /&gt;2.Double click on the button&lt;br /&gt;&lt;br /&gt;                 Since the event is to happen when the button is clicked,the code for insertion should be written below buttons click event heading.When  you double click on the button,you will be guided to this location&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;img src="http://bp2.blogger.com/_kTpBPpUFSoc/RnTcFYjjiCI/AAAAAAAAABc/RIE7XLosV8o/s400/datains.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076924665002428450" /&gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;Code&lt;br /&gt;&lt;/strong&gt;Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click                             &lt;span style="color:#ff0000;"&gt; (No need to write  the above line.It will be there)&lt;/span&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;con.open()     &lt;strong&gt;                                                             &lt;br /&gt; &lt;/strong&gt; //open the connection&lt;br /&gt;cmd.CommandType = CommandType.Text&lt;br /&gt;       cmd.CommandText = "insert into reg values('" &amp; Me.sname.Text &amp;amp; "')"&lt;br /&gt;&lt;br /&gt;                                                                   //code to insert&lt;br /&gt;       cmd.ExecuteNonQuery()&lt;br /&gt;       con.Close()&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-5613491996380704311?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/5613491996380704311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=5613491996380704311' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/5613491996380704311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/5613491996380704311'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/data-insertion.html' title='Data Insertion'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_kTpBPpUFSoc/RnTaQIjjiBI/AAAAAAAAABU/pBPChRhgszI/s72-c/ins.GIF' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-4900560799913599507</id><published>2007-06-15T10:54:00.000-07:00</published><updated>2007-06-16T09:20:52.494-07:00</updated><title type='text'>Basics of coding</title><content type='html'>&lt;span&gt;&lt;strong&gt;&lt;span&gt;Basics of coding&lt;/span&gt;&lt;/strong&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;Code to establish Sql Connection&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;imports system.data.sqlclient                                         // importing class library&lt;br /&gt;&lt;br /&gt;dim con as new sqlconnection("server=.;uid=sql userid;pwd=sqlpassword;database=databasename")&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;'con'    means  connection name(You can give any name)&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;Code to declare an sql command&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;dim cmd as new sqlcommand("",con)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span&gt;Code to declare  sqldata adapter&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;dim ada as new sqldataadapter(cmd)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;Code to declare datatable &amp;amp; dataset&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;dim dt as new datareader&lt;br /&gt;dim ds as new dataset&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;Code to declare datareader&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;Dim dr As SqlDataReader&lt;br /&gt;&lt;br /&gt;***We are not creating a new datareader..so there is no 'new' command in the above code&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;Where to write this code&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://bp0.blogger.com/_kTpBPpUFSoc/RnQND4jjiAI/AAAAAAAAABM/npq-spANbZs/s320/basics.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076697040325675010" /&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-4900560799913599507?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/4900560799913599507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=4900560799913599507' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/4900560799913599507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/4900560799913599507'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/establishing-connection.html' title='Basics of coding'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_kTpBPpUFSoc/RnQND4jjiAI/AAAAAAAAABM/npq-spANbZs/s72-c/basics.GIF' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-6142568821707889409</id><published>2007-06-15T09:44:00.001-07:00</published><updated>2007-06-15T10:34:20.379-07:00</updated><title type='text'>Creating database using Sql server 2000</title><content type='html'>Creating database in sql 2000 is a very simple process.You can do this in two ways&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_kTpBPpUFSoc/RnLDGIjjh4I/AAAAAAAAAAM/wx6a5puMIPM/s1600-h/query.GIF"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;By using Query analyzer&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.Take start&gt;All programs&gt;Microsoft sql server&gt;query analyzer&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_kTpBPpUFSoc/RnLDGIjjh4I/AAAAAAAAAAM/wx6a5puMIPM/s1600-h/query.GIF"&gt;&lt;img src="http://bp3.blogger.com/_kTpBPpUFSoc/RnLDGIjjh4I/AAAAAAAAAAM/wx6a5puMIPM/s320/query.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076334240143214466" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; 2.Give userid and password of sql server that you set during installation&lt;br /&gt;   Tick the box  "Start sql server if stopped"&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://bp2.blogger.com/_kTpBPpUFSoc/RnLEL4jjh5I/AAAAAAAAAAU/hJLGTkCNxF4/s320/login.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076335438439090066" /&gt;&lt;br /&gt;&lt;br /&gt;3.Now you can write the queries to create tables and database in the white part.&lt;br /&gt;&lt;br /&gt;4.To execute the query..select the query and press  f5.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp1.blogger.com/_kTpBPpUFSoc/RnLFoojjh6I/AAAAAAAAAAc/ulUK5iqZZiI/s320/write.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076337031871956898" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;strong&gt;&lt;br /&gt;Using Enterprise manager&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_kTpBPpUFSoc/RnLH7Ijjh7I/AAAAAAAAAAk/e5qdrlUdERE/s1600-h/entr.GIF"&gt;&lt;img src="http://bp3.blogger.com/_kTpBPpUFSoc/RnLH7Ijjh7I/AAAAAAAAAAk/e5qdrlUdERE/s320/entr.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076339548722792370" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;1.Take start&gt;all programs&gt;Microsoft sql server&gt;Enterprise manager&lt;br /&gt;2.On the left panel select   Microsoft sql server&gt;sql server group&gt;(local)(windows NT)&lt;br /&gt;3.To create new database ,right click on the database and there is an option to create new    database there.&lt;br /&gt;4.To create a new table ,select the databae name&gt;Right click on tables &gt;New table&lt;br /&gt;&lt;br /&gt;5.A new pop up window will open.On that window give the necessary column names and datatypes&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;Creating auto incrementing columns&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;Autoincrementing columns are columns whose value is incremented each time a new row is entered into a table .&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;This is useful for generating  a unique id automatically for each entry.&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;Steps&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;1.ON the page design pop up window in enterprise manager.Create a new column&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;2.Make its datatype as int&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;3.On the bottom maket identity 'Yes'&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;4.Set identity seed and identity increment to your desired values&lt;strong&gt; .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_kTpBPpUFSoc/RnLMxYjjh9I/AAAAAAAAAA0/QIguzGvjg74/s1600-h/incr.GIF"&gt;&lt;img src="http://bp0.blogger.com/_kTpBPpUFSoc/RnLMxYjjh9I/AAAAAAAAAA0/QIguzGvjg74/s320/incr.GIF" border="0" alt="" id="BLOGGER_PHOTO_ID_5076344878777206738" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-6142568821707889409?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/6142568821707889409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=6142568821707889409' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/6142568821707889409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/6142568821707889409'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/creating-database-using-sql-server-2000.html' title='Creating database using Sql server 2000'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_kTpBPpUFSoc/RnLDGIjjh4I/AAAAAAAAAAM/wx6a5puMIPM/s72-c/query.GIF' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-1395895244204281226</id><published>2007-06-15T09:36:00.001-07:00</published><updated>2007-06-15T09:44:16.567-07:00</updated><title type='text'>Installing Sql Server 2000</title><content type='html'>To Install SQL Server 2000 Basic Local Installation. &lt;br /&gt;&lt;br /&gt;1.Insert the Microsoft SQL Server 2000 cd in your CD-ROM drive (if the compact disc does not run automatically, double-click Autorun.exe in the root directory of the compact disc), select SQL Server 2000 Components, and then select Install Database Server. Setup prepares the SQL Server Installation Wizard. At the Welcome page, click Next.&lt;br /&gt;&lt;br /&gt;2.In the Computer Name dialog box, Local Computer is the default option, and the local computer name appears in the text box. Click Next.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.In the Installation Selection dialog box, click Create a new instance of SQL Server, or install Client Tools, and then click Next. Follow directions on the User Information, Software License Agreement and related pages. In the Installation Definition dialog box, click Server and Client Tools, and then click Next.&lt;br /&gt;&lt;br /&gt;4. In the Instance Name dialog box, if the Default check box is available, you can install either the default or a named instance(the default user name is 'sa'). If the Default check box is not available, a default instance has already been installed, and you can install only a named instance.  • To install the default instance, click to select the Default check box, and then click Next.&lt;br /&gt;&lt;br /&gt;5 To install a named instance, click to clear the Default check box, type a new named instance in the Instance Name box(dont forget this username and password.This will be ther user id and password used to establish connection to the sql server from asp.net page), and then click Next.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. In the Setup Type dialog box, click Typical or Minimum, and then click Next.&lt;br /&gt;&lt;br /&gt;7. In the Service Accounts dialog box, Select Local machine and click next(If you are using sql server to create databases directly on your web domain,then give your user id and password in this step)&lt;br /&gt;&lt;br /&gt;8. In the Choose Licensing Mode dialog box, make selections according to your license agreement, and then click Continue to begin the installation. In the Setup Complete dialog box, click Yes, I want to restart my computer now, and then click Finish.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-1395895244204281226?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/1395895244204281226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=1395895244204281226' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/1395895244204281226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/1395895244204281226'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/installing-sql-server-2000.html' title='Installing Sql Server 2000'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-1160151297417084364</id><published>2007-06-15T04:17:00.000-07:00</published><updated>2007-06-15T04:32:40.694-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='IIS Errors-Unable to debug'/><title type='text'>IIS Errors-Unable to debug</title><content type='html'>If you installed IIS after installing dot net framework,then you wont be able to debug the project in visual studio...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Reason&lt;/span&gt;  &lt;br /&gt;The IIS is not configured with asp.net .Simply IIS dont know what is asp.net..SO we will have to link IIS with our dotnet framework.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Solutions&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;First Solution&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.Take start &gt;Run&lt;br /&gt;2.Copy the code below and press Ok&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;"H:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe" -i&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;          Replace 'H' with the drive in which your windows is installed.&lt;br /&gt;          Replace v1.1.4322 with the version of your dotnet framework&lt;br /&gt;&lt;br /&gt;  Trouble shooting   ---&gt;If this is not working the take search and search for the file  aspnet_regiis.exe   ....If found copy its address,compare it with the code above and rewrite the code...DOnt forget to write '-i' at the end&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Second Solution&lt;br /&gt;&lt;br /&gt; If you dont understand the first solution then simply reinstall dotnet frame work&lt;br /&gt;&lt;br /&gt;It will be in the Visual Studio Prerequisite CD....No need to reinstall entire Visual Studio&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have any doubt  mail me at shefeekj@gmail.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-1160151297417084364?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/1160151297417084364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=1160151297417084364' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/1160151297417084364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/1160151297417084364'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/iis-errors-unable-to-debug.html' title='IIS Errors-Unable to debug'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-1040977924944029586</id><published>2007-06-15T03:57:00.002-07:00</published><updated>2007-06-15T04:15:52.719-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Visual Studio Installation Procedure'/><title type='text'>Visual Studio 2003 &amp; 05</title><content type='html'>The first head ache i found is installing visual studio as it is a bit lengthy process...Visual studio needs some prerequisites..So we can install Visual Studio only after installing the prerequisites....The prerequisites includes&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Internet information service(IIS) with front page extension&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1.Go to control panel.Switch to classic view if you are not in classic view&lt;br /&gt;2.Take add or remove programs.&lt;br /&gt;3.Take add/remove windows components from the left panel.&lt;br /&gt;4.Tick Internet Information Service from the list.&lt;br /&gt;5.Highlight IIS and click Details link in the bottom&lt;br /&gt;6.In details page tick all the options and click OK.&lt;br /&gt;7.Click Next...and the components will start installations.Insert WIndows XP Cd when   its asked for..&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Other Prerequisites&lt;/span&gt;(Dot net framework)&lt;br /&gt;&lt;br /&gt; 1.Put Visual studio cd no :1 &lt;br /&gt; 2.It will check for the prerequisites .&lt;br /&gt; 3.Insert the prerequistes cd when asked for.&lt;br /&gt; 4.Follow the instructions .(Simple steps)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-1040977924944029586?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/1040977924944029586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=1040977924944029586' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/1040977924944029586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/1040977924944029586'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/visual-studio-2003-05.html' title='Visual Studio 2003 &amp; 05'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2284285520967019151.post-5595718369505173172</id><published>2007-06-15T03:49:00.000-07:00</published><updated>2007-06-16T09:36:51.550-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Introduction'/><title type='text'>Introduction</title><content type='html'>&lt;strong&gt;                                     Hi Friends......I would like to give a small introduction for this blog here....I am now coding in asp.net using vb as scripting languange..I found this stream very interesting and powerful....So i thought of sharing my experience and the solutions for situation where i found myself stuck while coding in asp.net.Hope this will be useful for others...........&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;                    This blog is not perfect..This is upto my knowledge and experience.If  you find any error please let me know..I dont know much about the scientific way of programing and all.And i dont know much about the theory like 'why it is like this'  .But i can assure that the codes  will work....&lt;br /&gt;&lt;br /&gt;If  you find this blog helpful please let me know.Waiting for your criticism and suggestions&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;                                                                         &lt;span style="color:#ff0000;"&gt;&lt;span&gt;&lt;span&gt;&lt;i&gt;Yours Faithfully&lt;br /&gt;                                                                               &lt;br /&gt;                                                                          Shefeek &lt;/i&gt;&lt;/span&gt;&lt;span&gt;&lt;i&gt;Jinnah&lt;/i&gt;&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;                                                                          shefeekj@gmail.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2284285520967019151-5595718369505173172?l=aspdotnetvb.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspdotnetvb.blogspot.com/feeds/5595718369505173172/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2284285520967019151&amp;postID=5595718369505173172' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/5595718369505173172'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2284285520967019151/posts/default/5595718369505173172'/><link rel='alternate' type='text/html' href='http://aspdotnetvb.blogspot.com/2007/06/introduction.html' title='Introduction'/><author><name>Shefeek Jinnah</name><uri>http://www.blogger.com/profile/04294605548015116023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://4.bp.blogspot.com/_kTpBPpUFSoc/SSfpVxq7zlI/AAAAAAAAAck/oGhahSKVIxw/S220/Image031.jpg'/></author><thr:total>0</thr:total></entry></feed>
