naveedkamboh

Stories submitted by naveedkamboh

Using MySql as Linked Server in Sql Server 2008(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 month, 27 days ago

Recently I was given an assignment to create some Reports using SSRS. They system were in use was osTicket (its an open source php, mysql) ticket management system. I decided to use SQL server linked server object. By doing this I can easily query and write stored procedures in sql server which I can then access into SSRS read more...

add a comment |category: |Views: 3

tags: another

Apply CSS Style to the parent page based on condition in an IFrame con(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 month, 27 days ago

I was given asn assignment to change theb back ground image of the parent page for a pop up window which as being opened using JQuery color box pluging. The pop up page was being opened in an iFrame (html tag). In Iframe we had a div with the Id and also we had the a Div with same name on parent page which was being added when pop up was comping up on the screen. read more...

add a comment |category: |Views: 3

tags: another

debuging website hosted on IIS web server from visual studio(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 11 months, 2 days ago

Often you want to debug a website hosted in IIS from your visal studio. Requirement: Visual Studio, Website (you want to debug) must have the same source code. read more...

add a comment |category: |Views: 8

tags: another

select XML data from parent child tables sql server 2008(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 11 months, 3 days ago

Recently I was working on to create XML menu from SQL table. We have two tables one table is NavigationSystem and second table is Navigation Item read more...

add a comment |category: |Views: 6

tags: another

Running asp.net website through Visual Studio – Page Not Found error(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 11 months, 19 days ago

The other day I copied a working website solution onto a different machine and attempted to compile and run it in debug mode. read more...

add a comment |category: |Views: 1

tags: another

Blessings of Jquery "each" and Jquery selectors - asp.net mvc form val(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year ago

Let me explain the following code and what i think about the topic “Blessings of Jquery “each” and Jquery selectors – asp.net mvc form validation read more...

add a comment |category: |Views: 2

tags: another

LINQ TO SQL Classes values resets on deserializing(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year ago

Recently I was working on a MVC 2 Project. I used JavaScriptSerializer() to serialize my object JavaScriptSerializer().Serialize(object). read more...

add a comment |category: |Views: 1

tags: another

dataGridView RowDataBound event(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 1 month ago

When working on a simple winForms application the other night, I wanted to manipulate some of the data being rendered on a row by row baisis. read more...

add a comment |category: |Views: 18

tags: another

Porting JQuery RC4 encryption to c# .Net 3.5(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 2 months ago

Recently I had a task that involved unencrypting an encrypted query string that had been encrypted on the front end using JQuery’s RC4 ... read more...

add a comment |category: |Views: 43

tags: another

Retain Jquery accordion current index across the asp.net post back(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 3 months ago

Retain JQuery accordion current index across the asp.net post back read more...

add a comment |category: |Views: 49

tags: another

Retain Jquery Tabs current tab across the asp.net post back(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 3 months ago

Retain Jquery Tab's current tab across the asp.net post back read more...

add a comment |category: |Views: 23

tags: another

What to use with Jquery for Div html , innerHtml Or text(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 7 months ago

I was working on project which uses Google maps. We allow users to create polygon on the Google map and when user starts drawing polygon we were to show tool tips, you can read how we are showing tooltips read more...

add a comment |category: |Views: 6

tags: another

Show tool tip on google map polygon drag handle using Jquery(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 7 months ago

How to show tool tip on Google map polygon drag handle when user hovers mouse over the drag handle? When user draws polygon on Google map, Google injects number of Div on to the map to show the polygon drawn read more...

add a comment |category: |Views: 63

tags: another

Asp.net MVC Dropdown selected value(www.isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 1 year, 11 months ago

How to get selected item in asp.net drop down list using asp.net mvc? read more...

add a comment |category: |Views: 122

tags: another

Check uncheck all checkbox in asp.net web form st using jquery(isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 2 years, 2 months ago

Check uncheck all check boxes on an asp.net web form using jquery. On click of the link it behaves like a toggle button and changes its text also it check and un check all check boxes on the asp.net page read more...

add a comment |category: |Views: 26

tags: another

Dual asp.net list boxes and jquery(isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 2 years, 5 months ago

How to move liste items from one asp.net list box to another asp.net list box using jquery. read more...

add a comment |category: |Views: 84

tags: another