HEROZERO

Stories kicked by HEROZERO

Exception: Only String, int, and DateTime data types can be used as(praveenbattula.blogspot.com)

submitted by HEROZEROHEROZERO(10) 2 years, 7 months ago

Exception: Only String, int, and DateTime data types can be used as the value in Properties while adding list item in document library. read more...

add a comment |category: |Views: 8

tags: another

Quickly Testing Various jQuery UI Themes on Your Website(elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 years, 7 months ago

The following short screencast shows how you can use the jQuery UI ThemeRoller Firefox Bookmarklet to quickly switch the theme on your webpage in order to compare and tweak out the colors that is just right for your website. read more...

add a comment |category: |Views: 5

tags: another

Access HTML controls in C# without runat=server in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

This is the nice article which explains the logic for accessing the HTML controls in ASP.NET server side code which don't have runat=server property set. Take a look at it and please provide your valuable comments. read more...

4 comments |category: |Views: 1060

tags: another

The Benefit Of Attending User Group Meeting(dbalink.wordpress.com)

submitted by MarlonrMarlonr(704) 2 years, 8 months ago

Why attend a User Group Meeting? The following are some of the many benefits of attending a User Group Meeting. read more...

add a comment |category: |Views: 8

tags: another

How to know asynchronous postback raised in serverside code in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

This is the nice tip to detect whether asynchronous postback caused or not. It will help to ASP.NET developers when working with ASP.NET Ajax framework in particular scenarios. read more...

2 comments |category: |Views: 242

tags: another

ASP.NET Checkboxlist get values in client side [JQuery] (praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

I spent about 4 hours to get the selected check box values in Jquery from a ASP.NET checkbox list. By default there is no value attribute for checkbox which is generated from checkbox list. So, here is a way of how to implement it and retrieve the value in Jquery. read more...

2 comments |category: |Views: 806

tags: another

Check and uncheck all checkboxes in Jquery(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

Small and nice tip on how to check and uncheck all checkboxes in Jquery. We have many ways, but see the one I wrote and provide me feedback about it. read more...

add a comment |category: |Views: 55

tags: another

complete notes - Jquery intellisense in VS 2008(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

A simple fast and efficient way of developing the JQuery coding using Visual studio 2008. read more...

3 comments |category: |Views: 352

tags: another

Insert value using Table Value Functions (TVF)(soliddotnet.com)

submitted by neerajmathurneerajmathur(130) 2 years, 8 months ago

In my last article we discuss about Table Value function…. a real gem in Sql Server 2008… mostly people still using Stored procedure may be they shifted to SQL Server but they are not using TVF right now… In previous if we have to insert some data in table it requires lots of step like creating a table, Store procedure , Insert Data etc.. with TVF it can be done with lots of ease… i am mentioning a small example of TVF which may be helpful in coming days we will discuss more in detail regarding TVF and what kind of Stored procedure we can use in TVF… one more thing i am looking these days is to measure the performance issue of TVF or we can say which one is better TVF or SP read more...

add a comment |category: |Views: 11

tags: another

How to find an element in c# Generic List(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 8 months ago

read this post to learn how to find an element within the list using linq read more...

1 comment |category: |Views: 461

tags: another

Access IFrame content using Jquery(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

I was having so many problems for uploading file on server without post backs. So, need of using IFrame. But, when I use IFrame, while uploading I need to know context and pass some parameters to it. Because when I upload, according to my requirements I need to create a folder on server by using those parameters. So, how to pass data to iFrame and use it for server-side processing. Finally, got it implemented and working perfect. Great solution for it. Look for more in this post. read more...

2 comments |category: |Views: 189

tags: another

Publish/subscribe plugin for jQuery(dotnetoutsource.com)

submitted by chanvachanva(60) 2 years, 8 months ago

Publish/subscribe is a jQuery plugin that is used as an event aggregator, effectively enabling developer to write out JavaScript code with low coupling. read more...

add a comment |category: |Views: 31

tags: another

Configuring jqGrid 3.5 to work with ASP.NET web forms and JSON(novogeek.com)

submitted by novogeeknovogeek(235) 2 years, 9 months ago

This article explains the basic tweaks which need to be done to jqGrid (applicable to any version) to work with ASP.NET and JSON data. read more...

add a comment |category: |Views: 906

tags: another