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

Monday, July 18, 2011

the server didn't reply with a proper xml data. please check your configuration. fckeditor

the server didn't reply with a proper xml data. please check your configuration. fckeditor
For newbies do the following:

1. Download the FCKEditor Source
2. Extract the contents
3. Create a folder in your Web Project called FCKEditor
4. Drag the files you extracted from the download into the FCKEditor folder in Visual Studio (VS will automatically copy the files across to the new folder you created).
5. Download the FCKEditor.NET release
6. Extract the contents to a folder where you keep your web solution files (I created a folder called FCKEditor.Net)
7. In Visual Studio, right-click your solution and select "Add Existing Project"
8. Browse to the folder where you extracted FCKEditor.NET and select the correct project (Visual Studio 2003 or 2005)
9. You should see a new project in your solution called FredCK.FCKEditorV2.vs2003 (or 2005)
10. Build this project, it should compile correctly
11. Select your Web Project and then right-click and choose Add Reference..
12. Once the Add Reference dialog box appears select the Project tab and then select the FredCK.FCKEditorV2 project
13. Compile your solution

This adds a reference to the Web Project from your FredCK project, this is how you work with a large solutions with many sub projects that are related by referencing the projects you need.

The control will also appear in your Tool Box so you can drop in the FCKEditor control onto your ASPX page and start using it.

Enjoy,
Jagdish

Wednesday, February 9, 2011

Error in microsoft site


Today I searched something about date format at that time I found below link
http://msdn.microsoft.com/en-us/library/ms187928.aspx
I really get socked and I thing you too. Because microsoft site give error.
We can show this link to our client when we are in trouble we may told that If microsoft site has error then we are normal programmer.

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