Started New Blog Services Ahmedabad Live News
Started another New Blog Services MoonEyes Cars

Wednesday, January 12, 2011

Meta tag not works in asp.net

I found one bug in asp.net which is basically if you have protected variable and you want to use this variable in .aspx page then you may easily use

Example :
dim strTemp as Protected
In page load event wrote
strTemp="Hello"

Now in .aspx page you can print "Hello" by write <%=strTemp%>

But when you want to write same thing in meta tag then we wrote



Above code is not work properly for that you need to write below code

Dim head As HtmlHead = CType(Page.Header, HtmlHead)
Dim KeywordMeta As HtmlMeta = New HtmlMeta()
KeywordMeta.Attributes.Add("Name", "keywords")
KeywordMeta.Attributes.Add("Content", "String with keywords")
head.Controls.Add(KeywordMeta)

Tuesday, January 11, 2011

Microsoft web matrix event 2010


Day to day microsoft give new features in web development. Recently microsoft has introduced new web development tool says webmatrix. Microsoft new web development tool's beta version launched in market already.
Now microsoft want to share some secretes of this tool with developer and common industrial man.

Microsoft Webmatrix is one of the most web development tool it's created for creating,customizing, and publishing website faster. It's doesn't matter how's your asp.net professional skills level. When you start with any GPL or GNU application for website development from scratch with templates designed,gallery, web matrix will make easy it's all stufs for you.
When you complete your website it's give great deals with hosting too. So it's also easy.

Please join Microsoft for webmatrix event at CodeMash, Her you can get live video of webmatrix event.And increase your productivity.

Event Date And Time : January 13, 2011. 11:00pm IST (+5:30 GMT)
Location:http://www.microsoft.com/web/enter

Click Her For Know More On Microsoft Webmatrix

Wednesday, January 5, 2011

MVP Award Program Nomination Form - India


Hello friends there is some good news who are going to do something extra for microsoft technology.
If you are regularly communicate in microsoft forums and answer on microsoft beta versions give some quality comment then you may suggest your name as a nomination of MVP award 2010.
If you are recently joined then please do not fill because microsoft consider more that 12 month for this.

Please Click Here for registration