<?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-6611458526040900011</id><updated>2011-11-27T15:47:38.806-08:00</updated><category term='sqlserver'/><category term='sp_addlinkedserver'/><category term='asp.net popup'/><category term='Cache in ASP Classic'/><category term='SEO Related Issues in Drupal'/><category term='AJAX.net Full postBack Problem'/><category term='sql server 2005'/><category term='Delete a file from server'/><category term='add linked server'/><category term='sql express'/><title type='text'>muhammad Jubair's Blog</title><subtitle type='html'>This Blog is for all who want to get help on ASP Classic.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://aspclassic.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></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-6611458526040900011.post-7261030593920388312</id><published>2008-12-24T04:26:00.000-08:00</published><updated>2008-12-24T04:28:03.276-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='add linked server'/><category scheme='http://www.blogger.com/atom/ns#' term='sp_addlinkedserver'/><category scheme='http://www.blogger.com/atom/ns#' term='sql server 2005'/><category scheme='http://www.blogger.com/atom/ns#' term='sql express'/><category scheme='http://www.blogger.com/atom/ns#' term='sqlserver'/><title type='text'>SQL Server 2005 linking another server in management studio express</title><content type='html'>If you have two servers A and B. and you want to link Server B in managment studio express within Server A so that you can use queries to get data from a database in the Server B while remaining in Server A.&lt;br /&gt;&lt;br /&gt;or if you want to create join queries from data in both the servers. You can use the link server facility of SQL Server.&lt;br /&gt;&lt;br /&gt;here is the query you can use to link a new server&lt;br /&gt;&lt;br /&gt;EXEC sp_addlinkedserver  &lt;br /&gt;   @server='linkedsql',  --this will be the server name that will be used in queries later onwards&lt;br /&gt;   @srvproduct='',&lt;br /&gt;   @provider='SQLNCLI',  -- this is the product information&lt;br /&gt;   @datasrc='ip\servername' -- this is the server information&lt;br /&gt;&lt;br /&gt;when you have linked the server and you want to query the server you can use query like&lt;br /&gt;&lt;br /&gt;select * from linkedsql.dbname.dbo.tablename&lt;br /&gt;&lt;br /&gt;but it will give you this error&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:xx-small;"&gt;Msg 18452, Level 14, State 1, Line 1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Login failed for user ''. The user is not associated with a trusted SQL Server connection&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;you have to provide the user credentials and the password for the sql server&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:xx-small;"&gt;&lt;strong&gt;You can use the following query to create the password and userid for the linked server. &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:xx-small;"&gt;&lt;strong&gt;&lt;em&gt;EXEC sp_addlinkedsrvlogin 'linkedsql', 'false', NULL, 'userid', 'password'&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:xx-small;"&gt;&lt;strong&gt;You can also use the object explorer-&amp;gt;linked server-&amp;gt;properties-&amp;gt;security-&amp;gt; be made using this security context. then enter the userid and password and click ok&lt;/strong&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-7261030593920388312?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspclassic.blogspot.com/feeds/7261030593920388312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6611458526040900011&amp;postID=7261030593920388312' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/7261030593920388312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/7261030593920388312'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/12/sql-server-2005-linking-another-server.html' title='SQL Server 2005 linking another server in management studio express'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-124508776121704675</id><published>2008-08-15T06:30:00.000-07:00</published><updated>2008-08-15T06:38:19.330-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SEO Related Issues in Drupal'/><title type='text'>SEO Related Issues in Drupal</title><content type='html'>For enabling SEO on a website in Drupal you need to address the following issues:&lt;br /&gt;1: You Need to enable Clean URLS on the site if these are not enabled.&lt;br /&gt;2: install nodewords/metatag module of drupal&lt;br /&gt;3: installation of Path module&lt;br /&gt;4: installation of pathauto/config&lt;br /&gt;&lt;br /&gt;then you need to configure static paths of the pages like &lt;br /&gt;&lt;br /&gt;www.mysite.com/home instead of www.mysite.com/node/1&lt;br /&gt;&lt;br /&gt;after doing this &lt;br /&gt;&lt;br /&gt;edit each page and add meta tags like description and keywords to each page this will be enabled if you have installed nodewords/metatag.&lt;br /&gt;&lt;br /&gt;Now you should install XML-sitemap and configure it so that it creates an XML of your site each time it is updated and send that XML to google yahoo and other search engines for parsing.&lt;br /&gt;&lt;br /&gt;now you should install SEO - checklist and configure. This only checks the status of other modules listed above. Currently it is available for Drupal version 5.x and not for 6.x so please install 5.x for it else do not panic because this is not a required module for SEO in Drupal, it just helps a lot in checking the status.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-124508776121704675?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspclassic.blogspot.com/feeds/124508776121704675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6611458526040900011&amp;postID=124508776121704675' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/124508776121704675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/124508776121704675'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/08/seo-related-issues-in-drupal.html' title='SEO Related Issues in Drupal'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-8196221464742017071</id><published>2008-05-22T23:50:00.000-07:00</published><updated>2008-08-15T05:43:50.529-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='asp.net popup'/><title type='text'>ASP.NET popup with return values.</title><content type='html'>Some people have problem creating a page that returns value to master window.&lt;br /&gt;&lt;br /&gt;I found this article by Peter A. Bromberg, Ph.D. which is good to create popups with return values.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.eggheadcafe.com/articles/20060117.asp" target="_blank"&gt;http://www.eggheadcafe.com/articles/20060117.asp&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;You can use the registerstartupscript and registerclientscript for many purposes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;string script = "&amp;lt;script language='javascript'&amp;gt;"&lt;br /&gt;script += "alert('Hello');"&lt;br /&gt;script += "&amp;lt;/script&amp;gt;"&lt;br /&gt;&lt;br /&gt;RegisterStartupScript("StartUp",script)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-8196221464742017071?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspclassic.blogspot.com/feeds/8196221464742017071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6611458526040900011&amp;postID=8196221464742017071' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/8196221464742017071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/8196221464742017071'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/05/aspnet-popup-with-return-values.html' title='ASP.NET popup with return values.'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-2337587229820906280</id><published>2008-04-14T03:07:00.000-07:00</published><updated>2008-04-14T03:16:53.970-07:00</updated><title type='text'>Remove HTML Tags from string in ASP Classic</title><content type='html'>function removeHtmlChar(strText)&lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp; l=len(strText)&lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for i=1 to l&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ch=mid(strText,i,1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;x=i&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;if(ch="&amp;lt;")then&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;x=i&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;  do while(mid(strText,x,1)&amp;lt;&amp;gt;"&amp;gt;")&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;  x=x+1&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;  loop&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;  t=t &amp;amp; " "&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elseif &lt;br /&gt;  (ch="&amp;amp;") then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;x=i&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do While(mid(strText,x,1)&amp;lt;&amp;gt;";")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;x=x+1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;loop&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;t=t &amp;amp; " "&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;t=t &amp;amp;ch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end &lt;br /&gt;  if&lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp; i=x&lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;br /&gt;  &amp;nbsp;&amp;nbsp;&amp;nbsp; strText=t&lt;br /&gt;  end function&lt;BR&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-2337587229820906280?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspclassic.blogspot.com/feeds/2337587229820906280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6611458526040900011&amp;postID=2337587229820906280' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/2337587229820906280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/2337587229820906280'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/04/remove-html-tags-from-string-in-asp.html' title='Remove HTML Tags from string in ASP Classic'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-1307239499466626929</id><published>2008-03-13T03:52:00.000-07:00</published><updated>2008-03-13T04:00:19.453-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Delete a file from server'/><title type='text'>How to Delete a file from Server (ASP Classic / ASP.NET)</title><content type='html'>&lt;span style="font-weight: bold;"&gt;If you are using ASP Classic to delete a file from server you can use the following script:&lt;/span&gt;&lt;br /&gt;&lt;%&lt;br /&gt;Dim filepath, strPhysicalPath&lt;br /&gt;filepath = Session("filetodelete")&lt;br /&gt;strPhysicalPath = Server.MapPath("directoryvirtualpath" &amp;amp; filepath)&lt;br /&gt;set oFile = CreateObject("Scripting.FileSystemObject")&lt;br /&gt;oFile.DeleteFile (strPhysicalPath), True &lt;br /&gt;set oFile = nothing&lt;br /&gt;%&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;but if you are using ASP.Net You will need the Following Code:&lt;/span&gt;&lt;br /&gt;Dim oDir As New DirectoryInfo(path)&lt;br /&gt;Dim oFile As FileInfo&lt;br /&gt;For Each oFile In oDir.GetFiles(SearchPattern)&lt;br /&gt;oFile.Delete()&lt;br /&gt;Next&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-1307239499466626929?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aspclassic.blogspot.com/feeds/1307239499466626929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6611458526040900011&amp;postID=1307239499466626929' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/1307239499466626929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/1307239499466626929'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/03/how-to-delete-file-from-server-asp.html' title='How to Delete a file from Server (ASP Classic / ASP.NET)'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-143433486758206944</id><published>2008-03-04T03:54:00.000-08:00</published><updated>2008-03-05T23:24:13.045-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='AJAX.net Full postBack Problem'/><title type='text'>AJAX.net Full page postBack Problem</title><content type='html'>If you have this line in your web.config file&lt;br /&gt;&lt;br /&gt;&amp;lt;xhtmlconformance mode=&amp;quot;Legacy&amp;quot;&amp;gt;&amp;lt;/xhtmlconformance&amp;gt;&lt;br /&gt;&lt;br /&gt;Then there will be a postback of whole page. Remove this from your Web.config for AJAX to run.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-143433486758206944?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/143433486758206944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/143433486758206944'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/03/ajaxnet-full-page-postback-problem.html' title='AJAX.net Full page postBack Problem'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-3986232931396214960</id><published>2008-03-04T02:26:00.000-08:00</published><updated>2008-03-04T04:23:14.009-08:00</updated><title type='text'>CSS Hover and I.E. 7</title><content type='html'>I had a problem with cssHover. it was running fine in I.E.6 but with I.E. 7 it stopped hovering.&lt;br /&gt;here is how to solve the problem.&lt;br /&gt;Read the Article:&lt;br /&gt;http://blogger.xs4all.nl/peterned/archive/2006/10/27/140300.aspx&lt;br /&gt;&lt;br /&gt;To sum the Article you can use.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;in csshover.htc, near line 34, change this : &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;if(!/MSIE (5|6)/.test(navigator.userAgent)) return; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;to this: &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;if(!/MSIE (5|6|7)/.test(navigator.userAgent)) return; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Also please update the stylesheet to&lt;br /&gt;&lt;br /&gt;  &lt;BR&gt;&lt;br /&gt;  &amp;lt;!--[if IE]&amp;gt;&lt;br /&gt;  &amp;lt;style type="text/css" media="screen"&amp;gt;&lt;br /&gt;  body {&lt;br /&gt;  behavior: url(csshover.htc); /* call hover behaviour file */&lt;br /&gt;  font-size: 100%; /* enable IE to resize em fonts */&lt;br /&gt;  }&lt;br /&gt;  #menu ul li {&lt;br /&gt;  float: left; /* cure IE5.x "whitespace in lists" problem */&lt;br /&gt;  width: 100%;&lt;br /&gt;  }&lt;br /&gt;  #menu ul li a {&lt;br /&gt;  height: 1%; /* make links honour display: block; properly */&lt;br /&gt;  }&lt;br /&gt;  #menu a, #menu h2 {&lt;br /&gt;  font: 12px Trebuchet MS;&lt;br /&gt;  /* if required use em's for IE as it won't resize pixels */&lt;br /&gt;  }&lt;br /&gt;  &amp;lt;/style&amp;gt;&lt;br /&gt;  &amp;lt;![endif]--&amp;gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-3986232931396214960?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/3986232931396214960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/3986232931396214960'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/03/css-hover-and-ie-77.html' title='CSS Hover and I.E. 7'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-6611458526040900011.post-7611327258778353177</id><published>2008-02-14T22:18:00.001-08:00</published><updated>2008-03-04T02:30:22.882-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cache in ASP Classic'/><title type='text'>Cache in ASP Classic</title><content type='html'>&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;Expire Cache and Cookies in ASP Classic&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;Here are the the commands to place at the top of your ASP scripts to ensure that the page is not cached:&lt;/span&gt;&lt;/p&gt;   &lt;p&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;&lt;% Response.Expires = 60 Response.Expiresabsolute = Now() - 1 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" Response.CacheControl = "no-cache" %&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;Response.Expires = 60&lt;/span&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;is said to expire at 60 seconds, not 0.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p&gt;&lt;span style=";font-family:Arial;font-size:85%;"  &gt;Response.Expiresabsolute=Now()-2&lt;br /&gt;says "expire this page 48 hours ago", allowing for time differences, rather than specify a static date.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;   &lt;span style=";font-family:Courier New;font-size:85%;"  &gt;Response.AddHeader "pragma","no-cache"&lt;br /&gt;Response.AddHeader "cache-control","private"&lt;br /&gt;Response.CacheControl = "no-cache"&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6611458526040900011-7611327258778353177?l=aspclassic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/7611327258778353177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6611458526040900011/posts/default/7611327258778353177'/><link rel='alternate' type='text/html' href='http://aspclassic.blogspot.com/2008/02/cache-in-asp-classic.html' title='Cache in ASP Classic'/><author><name>MuhammadJubair</name><uri>http://www.blogger.com/profile/04188964549547647375</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
