kicheto

Stories submitted by kicheto

DevReader.com (Best ASP.NET, .NET, JavaScript development related pos)(devreader.com)

submitted by kichetokicheto(435) 3 years, 11 months ago

Best ASP.NET, .NET, JavaScript development related posts mixer read more...

add a comment |category: |Views: 11

tags: another

JavaScript web Development Top 10 Sites(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 8 months ago

JavaScript web Development Top 10 Sites read more...

add a comment |category: |Views: 5

tags: another

Top 5 Front-End Developer Online Manuals(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 9 months ago

Top 5 Front-End Developer Online Manuals read more...

add a comment |category: |Views: 5

tags: another

Top 10 JavaScript String.prototype Extensions(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 10 months ago

List of top 10 JavaScript String.prototype Extensions read more...

add a comment |category: |Views: 104

tags: another

How to get the last day of the week(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 10 months ago

This sample shows how to get the last day of the current week. It easily could be reconfigured to get any day of the week of any date. read more...

add a comment |category: |Views: 20

tags: another

How to open PostBackURL in new window(ivanuzunov.net)

submitted by kichetokicheto(435) 5 years ago

To open a page in new window with ASP.NET 2.0 button PostBackURL property you have to set the FROM’s target to "_blank". read more...

add a comment |category: |Views: 193

tags: another

Redirect all HTTP requests to HTTPS with ISAPI Rewrite(ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 1 month ago

To redirect all HTTP requests to HTTPS with ISAPI Rewrite you can use the following rewriting rules in your httpd.ini file ... read more...

add a comment |category: |Views: 144

tags: another

Using JavaScript confirm() in ASP.NET control OnClientClick property(ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 1 month ago

Have you tried using JavaScript confirm() function in ASP.NET Button, LinkButton or ImageButton client onclick property? read more...

4 comments |category: |Views: 492

tags: another

Prevent postback in FF invoked by textarea enter click (ASP.NET 2.0)(ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 1 month ago

Solution for bug in MS WebResource.axd javascript. The problem is that when a multiline textbox is put inside panel with DefaultButton set, pressing the enter button while editing text in the textbox submits the form instead of going to new line. read more...

add a comment |category: |Views: 99

tags: another

Ivan Uzunov Blog » Blog Archive » Create High Quality Thumbnails with (ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 2 months ago

Creating thumbnails with .NET is really simple task. You have to call only one method Image.GetThumbnailImage(). The problem is that the quality of the created image is really poor. read more...

add a comment |category: |Views: 15

tags: another

Ivan Uzunov Blog » Blog Archive » Set Sorting Order Column in Stored P(ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 6 months ago

Changing the sorting order by passing a parameter to a stored procedure it’s a little bit tricky. The following example will return all the users form table Users (id, first_name, last_name, published_feedbacks_count, positive_feedback_percentage) in the order set by parameters @sort_column and @sort_desc. read more...

add a comment |category: |Views: 4

tags: another

Adding trim() function to JavaScript(ivanuzunov.net)

submitted by kichetokicheto(435) 5 years, 6 months ago

Adding trim() function to JavaScript read more...

add a comment |category: |Views: 3

tags: another