wickasitha

Stories submitted by wickasitha

Beep in C# Windows forms(blog.wickasitha.com)

submitted by wickasithawickasitha(40) 2 years, 3 months ago

The following very simple example would alert the user when click the button.hope this will help you read more...

add a comment |category: |Views: 11

tags: another

Solution - ASP.NET jQuery AutoComplete not respond after ajax postback(blog.wickasitha.com)

submitted by wickasithawickasitha(40) 2 years, 3 months ago

I have an ASP.NET WebForms app with an UpdatePanel containing a search area where I have a ASP:TextBox that I use for a jQuery autocomplete. This whole thing works fine, but if I click on a ASP:Button and process some code for the search area, the autocomplete javascript no longer works. read more...

add a comment |category: |Views: 117

tags: another

Regular expressions in MS SQL Server 2005/2008.(blog.wickasitha.com)

submitted by wickasithawickasitha(40) 2 years, 3 months ago

ou can use all .Net Framework Regular Expressions via MS Server CLR Integration. Microsoft recommends to use CLR Integration in scenarios where CLR-based programming can complement the expressive power of the T-SQL query language read more...

add a comment |category: |Views: 21

tags: another

Solution for Master Page Image Display Problem in Asp.net(blog.wickasitha.com)

submitted by wickasithawickasitha(40) 2 years, 3 months ago

A simple solution to problem is to define relative path for images inside master page. read more...

add a comment |category: |Views: 20

tags: another

Send Email from Gmail in .net(blog.wickasitha.com)

submitted by wickasithawickasitha(40) 2 years, 3 months ago

Send Email from Gmail read more...

add a comment |category: |Views: 17

tags: another