Export (Convert) Google Maps to Image using Google Maps API V3 Static Maps API
Here Mudassar Ahmed Khan has explained with an example, how to export / convert / save Google Maps to Image using Google Maps API V3. Google Maps API V3 provides Static Maps API to export / convert /...
View ArticlejQuery UI Dialog Modal Popup Window (Box) Tutorial with example
Here Mudassar Ahmed Khan has explained a basic tutorial with example, how to use and display jQuery UI Dialog Modal Popup Window (Box) on your web page. The jQuery UI Dialog Modal Popup box will be...
View ArticleClose jQuery UI Dialog Modal Popup when outside (Overlay Background) is clicked
Here Mudassar Ahmed Khan has explained with an example, how to close (hide) jQuery UI Dialog Modal Popup box when outside (Overlay Background) is clicked. When the user clicks outside the jQuery UI...
View ArticleClose (Hide) jQuery Dialog Modal Popup after AJAX Call Success (Completed)
Here Mudassar Ahmed Khan has explained with an example, how to close (hide) jQuery UI Modal Popup box after AJAX Call is successful (completed).
View ArticleImplement Nested Repeater (Repeater inside Repeater) with example in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, how to implement Nested Repeater controls i.e. Child Repeater inside Parent Repeater with example in ASP.Net using C# and VB.Net. In this example...
View Article[Solution] jQuery Uncaught TypeError: Cannot read property 'msie' of undefined
Here Mudassar Ahmed Khan has explained with an example, how to solve the error occurring in jQuery i.e. Uncaught TypeError: Cannot read property 'msie' of undefined. The error Uncaught TypeError:...
View ArticleImplement Single File Page (ASPX) Model in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to implement Single File Page (ASPX) Model in ASP.Net using C# and VB.Net. In Single File Page (ASPX) Model, only one ASPX Page is used to...
View ArticleDownload Files from FTP Web Server in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to download Files from FTP Web Server in ASP.Net using C# and VB.Net.
View ArticlePass DropDownList Selected Value as Parameter to SqlDataSource in ASP.Net
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to pass Selected Value of DropDownList as CommandParameter to SqlDataSource in ASP.Net.
View ArticlePass TextBox Text (Value) as Parameter to SqlDataSource in ASP.Net
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to pass Text (Value) of TextBox as CommandParameter to SqlDataSource in ASP.Net.
View ArticleUsing LIKE in SelectCommand of SqlDataSource in ASP.Net
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to use LIKE Operator in the SQL Query specified in the SelectCommand of SqlDataSource in ASP.Net.
View ArticleDynamically change SelectCommand of SqlDataSource at runtime in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to dynamically change SelectCommand of SqlDataSource at runtime in ASP.Net using C# and VB.Net. In order to change the SelectCommand of...
View ArticleSimple Blog Tutorial with example in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained a tutorial with example, how to create and implement a simple Blog in ASP.Net using C# and VB.Net. The Blog will be implemented using database and each Blog will...
View Article[Solution] jQuery AJAX: Invalid object passed in ' ' or ' ' expected in...
Here Mudassar Ahmed Khan has explained with an example, how to solve the error (exception) i.e. Invalid object passed in ' ' or ' ' expected which occurs when using jQuery AJAX in ASP.Net with C# and...
View ArticlejQuery AJAX Single Quote Problem: Escape Single Quotes in jQuery AJAX.
Here Mudassar Ahmed Khan has explained with an example, how to solve the problem when Single Quotes appear in the parameter values when using jQuery AJAX i.e. how to escape Single Quotes when using...
View ArticleStop (Disable) Drag (Turn off Draggable) in jQuery UI Dialog Modal Popup
Here Mudassar Ahmed Khan has explained with an example, how to Stop (Disable) Drag (Turn off Draggable) in jQuery UI Dialog Modal Popup box. The Draggable feature can be turned off in jQuery UI Dialog...
View ArticleImplement Permanent User Login Session in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to implement permanent user login session in ASP.Net using C# and VB.Net. Permanent User Login Session is implemented by making use of Form...
View ArticleAdd (Append) Row (TR) to Table TBODY using jQuery
Here Mudassar Ahmed Khan has explained with an example, how to add (append) Row (TR) to Table TBODY using jQuery. A JSON Array will be iterated and dynamically Row (TR) will be added (appended) to the...
View ArticleSave HTML5 Drawing as Image using Canvas toDataURL function
Here Mudassar Ahmed Khan has explained with an example, how to save HTML5 Drawing as Image using Canvas toDataURL function. The drawing will be done using the jQuery Sketch plugin’s HTML5 Canvas...
View ArticleUsing HTML5 Canvas to capture Signatures with jQuery
Here Mudassar Ahmed Khan has explained with an example, how to capture Signatures online on Web Page, IPads, Mobile Phones or Tables using HTML5 Canvas and jQuery Sketch Plugin.
View Article