bryiantan

Stories submitted by bryiantan

ASP.NET - Password Strength Indicator using jQuery and XML(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 1 year, 4 months ago

ASP.NET Password Strength Indicator somewhat similar to AJAX PasswordStrength extender control behavior and implemented by using jQuery and XML. The password information is stored in an XML file. read more...

add a comment |category: |Views: 7

tags: another

ASP.NET Load WebUserControl programmatically and invoke method using r(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 1 year, 7 months ago

ASP.NET Load WebUserControl programmatically and invoke method using Reflection. read more...

add a comment |category: |Views: 3

tags: another

SQL Injection and Cross-Site Scripting(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 1 year, 9 months ago

SQL Injection and Cross-Site Scripting with sample code read more...

add a comment |category: |Views: 6

tags: another

ASP.NET Hide Controls after number of seconds(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 1 year, 11 months ago

ASP.NET Hide Label, Div Controls after number of seconds read more...

add a comment |category: |Views: 14

tags: another

ASP.NET - Limit number of characters in TextBox control(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years ago

ASP.NET - Limit/count number of characters in TextBox control read more...

add a comment |category: |Views: 13

tags: another

ASP-NET AJAX MultiHandleSliderExtender - Slide by Year and Month(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 2 months ago

Tutorial - How to utilize ASP.NET MultiHandleSlider extender to select year and month in a range, and set the Chart controls in action read more...

add a comment |category: |Views: 17

tags: another

MultiHandleSliderExtender could not be set on property MultiHandleSlid(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 3 months ago

I was working with the AJAX MultiHandleSliderExtender control, the thing that bother me the most is the error listed below at design time. The code didn't throw any error at runtime. Error Creating Control - MultiHandleSliderExtender1 'cc1:MultiHandleSliderExtender could not be set on property MultiHandleSliderTargets' read more...

add a comment |category: |Views: 53

tags: another

ASP.NET redirect a web page with AJAX loading indicator image(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 3 months ago

There are times when the web pages that the web applications are redirecting to, might take some time to response or load. For instance, after the users successfully login into a web application, the application will redirect the request to the home page. Imagine that, if the mentioned page contains a dashboard and many personalized WebParts. The requested web page might take some time to respond depending on the users Internet connection speed and the amount of network traffic at any given time. read more...

add a comment |category: |Views: 60

tags: another

Silverlight - Creating Image Map with Hotspots(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 4 months ago

An article on how to create Image Map with Hotspots and attach click event and tooltip to it read more...

add a comment |category: |Views: 27

tags: another

ASP NET Horizontal Menu Control(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 5 months ago

A few weeks ago, I was working on an ASP.NET web application and need a simple horizontal menu with submenu. I decided to use ASP.NET Menu control, just drag and drop the control on to the page. Simple enough, but the control does not provide access key and target window support on menu items. I have put together a tutorial on how to: 1. Include an access key attribute 2. Include a target attribute 3. Include a Site Map Path read more...

add a comment |category: |Views: 145

tags: another

ASP NET slideshow Control with jQuery and XML(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 6 months ago

For the past few years, the image sliders, slide-shows, and Ad Rotator scripts have become increasingly popular for web pages. There are thousands of these scripts on the Web but is difficult to find one that fit my requirements. I want a script that is flexible enough for me to use it as an Ad Rotator, slide-shows or image rotator with navigation controls and extract the slides information from XML file. After spending some time researching for it, I found the jQuery based slideshow with navigation controls from Dynamic Drive and the article reading-xml-with-jquery. I had put together these finding and a brief tutorial "jQuery slideshow with XML". Recently, I decided to encapsulate this into ASP.NET User Controls to increase reusability of code. Now, I can have multiple instances of this control on my page and I can customize the width and height, options to hide or show navigation controls, XML file source, and others setting for each instance. I have put together a step by step tutorial on how I have accomplished this. read more...

add a comment |category: |Views: 154

tags: another

ASP.NET Sending email through Hotmail(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 6 months ago

ASP.NET Sending email through Hotmail asynchronously read more...

add a comment |category: |Views: 15

tags: another

JQuery slideshow with XML Data Source(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 7 months ago

I am using the JQuery Simple Controls Gallery from Drive DHTML (dynamic html) & JavaScript code library . One of the requirements is to read the images information from a XML file. After spending some time researching for it, I found the article Reading XML with jQuery. I have put together these two findings and include a brief explanation to it. Hope someone will find this information useful. Comments are welcome. read more...

add a comment |category: |Views: 388

tags: another

ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 8 months ago

Recently, I was looking for a multiple selection dropdownlist control for my new project. After spending some time researching for it, I decided to put together all my finding in one web user control. This web user control composes of ASP.NET AJAX HoverMenuExtender, JavaScript, StyleSheet and CheckBoxListExCtrl . The final product will work with or without a MasterPage and you can drag and drop more than one instances of the control on to the page. This is not a perfect control, feel free to modify it to tailor your requirement and share your thoughts. Below is a step by step tutorial on how I have accomplished this. Hope this tutorial will give someone an idea on how to use ASP.NET AJAX HoverMenuExtender and create multiple selection dropdownlist. read more...

add a comment |category: |Views: 130

tags: another

ASP ASP.NET load JavaScript dynamically with no duplicate(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 8 months ago

Recently, I was looking for a multiple selection dropdownlist control for my new project. After spending some time researching for it, I decided to put together all my finding in one web user control. This web user control composes of ASP.NET AJAX HoverMenuExtender, JavaScript, StyleSheet and CheckBoxListExCtrl . The final product will work with or without a MasterPage and you can drag and drop more than one instances of the control on to the page. This is not a perfect control, feel free to modify it to tailor your requirement and share your thoughts. Below is a step by step tutorial on how I have accomplished this. Hope this tutorial will give someone an idea on how to use ASP.NET AJAX HoverMenuExtender and create multiple selection dropdownlist. read more...

add a comment |category: |Views: 18

tags: another

ASP.NET load Stylesheet dynamically with no duplicate(blog.ysatech.com)

submitted by bryiantanbryiantan(115) 2 years, 8 months ago

I have an ASP.NET WebUserControl that requires a CSS Stylesheet to display correctly. My goal is to not include the CSS stylesheet in any of my Page or Masterpage whenever I consume the WebUserControl. All I want to do is just drag and drop one or more of the WebUserControl on to my page and I'm good to go. I can solve this maze by loading the CSS stylesheet in my user WebUserControl dynamically. But it will load duplicates CSS on my page if I have more than one of the identical WebUserControl. If you happen to come across into this kind of situation, here is the solution on how to prevent loading duplicate CSS stylesheet on your page. It works for me, comments are welcome. read more...

add a comment |category: |Views: 27

tags: another