allianz77

Stories submitted by allianz77

T-SQL limit(code-cs.blogspot.com)

submitted by allianz77allianz77(80) 1 year, 1 month ago

Simple t-sql Limit as in mysql using row_number function read more...

add a comment |category: |Views: 7

tags: another

T-SQL recursive query(code-cs.blogspot.com)

submitted by allianz77allianz77(80) 1 year, 2 months ago

Recursive sql query made simple read more...

add a comment |category: |Views: 40

tags: another

svc logging(aspnetfix.blogspot.com)

submitted by allianz77allianz77(80) 2 years, 1 month ago

Enable logging of silverlight wcf services under IIS. Find why service not found execption is thrown. read more...

add a comment |category: |Views: 5

tags: another

Render web user control in a web service(aspnetfix.blogspot.com)

submitted by allianz77allianz77(80) 2 years, 8 months ago

Render web user control in a web service and return output as string. You can use it then with ajax to have custom dynamic web page. read more...

add a comment |category: |Views: 67

tags: another

Boosting performance on aspx pages(aspnetfix.blogspot.com)

submitted by allianz77allianz77(80) 4 years, 1 month ago

Most of internet tutorials tells you to use Page Load event to bind your data to controls. What's happening when you have to rebind controls again because your data source is changed due to some event where you have to re bind controls. read more...

add a comment |category: |Views: 16

tags: another

wwDataBinder with dictionaries and lists(aspnetfix.blogspot.com)

submitted by allianz77allianz77(80) 4 years, 1 month ago

This a a small article for those who used wwdatabinder and want to use automatic binding with dictionaries or lists. You can download code. read more...

add a comment |category: |Views: 111

tags: another

Web user controls design pattern and data binding part 1(aspnetfix.blogspot.com)

submitted by allianz77allianz77(80) 4 years, 1 month ago

A lot of people are using user controls in asp because they are very easy to use, have design time support and so on. The purpose of this article is to prevent making mistakes when design a web control and to present a pattern that works for me perfectly read more...

add a comment |category: |Views: 71

tags: another