Dear Expert's,
I need small suggestion i.e we have one application build in ASP classic so I want want it to convert that application to .ASPX . How can I...
| 2 |
26 Mar 2013 views: 31
by
mohd irshad
|
I want to open a page in modal window something like the facebook "Like" button.
Any javascript/jQuery way for every...
| 1 | 24 Mar 2013 views: 38 |
If want to union two tables while they have different number of columns, here are my both...
| 1 | 24 Mar 2013 views: 15 |
In my application there are many roles for a single user, on user detail page I have to show all roles comma separated
My Roles table have columns roleid,...
| 1 | 24 Mar 2013 views: 33 |
Dear Experts,,,
Please help me to print div content in asp.net page.
Thanks In...
| 2 |
22 Mar 2013 views: 59
by
mohd irshad
|
Cannot insert explicit value for identity column in table 'Assurance' when IDENTITY_INSERT is set to OFF.
AssuranceID is the identity column also the primary...
| 3 |
22 Mar 2013 views: 39
by
Nicole Ansai
|
Fill state dropdown on change of country dropdown.
I don't what to postback the entire page but only, when I am using autopostback entire page is...
| 1 | 21 Mar 2013 views: 26 |
In my application we are showing free products to select on purchase of a product.
On purchase of a product, user can get any two items free for the list so I...
| 1 | 21 Mar 2013 views: 17 |
Auto complete text in a model popup not working in google chrome, I am using ajax model popup extender to show the model popup.
Same page is working in IE and...
| 2 | 20 Mar 2013 views: 32 |
A user may have different roles say list of roles, and when he go on change role page with multiple checkboxes to select user r0les and at the time save, pass role id...
| 2 |
20 Mar 2013 views: 12
by
Peter McPike
|
Hi .. I am Search more than one image in the database and display any data control like datalist,gridview any
ex:- 30 image in the...
| 0 | 18 Mar 2013 views: 15 |
Hi Experts,
In my Asp page I have one Drop down list and one grid view. When the selection changed event...
| 0 |
16 Mar 2013 views: 19
by
mohd irshad
|
Created many user controls in folder "UserControls" and onother user control use some of them in same folder.
When running application getting error ...
| 1 |
15 Mar 2013 views: 26
by
Kevin Curtin
|
There are two way to get the inserted id of table in sql server @@IDENTITY and SCOPE_IDENTITY()
What are the differences in these two, which one is more safe,...
| 2 |
15 Mar 2013 views: 17
by
John Pillips
|
What is the main difference between web application and website?
When you use web application and when to...
| 2 | 14 Mar 2013 views: 13 |
I want to get result in XML format from SQL server from my users table, I tried whatever i know but it always show columns as attributes and table name as elements,...
| 1 |
14 Mar 2013 views: 16
by
Luis Colon
|
How to sort and show items in a RadioButtonList first vertically then horizontally
Or you can say show items in three columns ordered...
| 1 |
14 Mar 2013 views: 16
by
Ryan Willock
|
On vote up or down I want to show a popup message for some time if user is not logged in or don't have sufficient reputation or permission then show the popup for...
| 2 | 13 Mar 2013 views: 24 |
Is there any way to get list of tables on the basis of their modification date?
Some times I upload code on production and face error due to tables changes so...
| 2 |
13 Mar 2013 views: 15
by
Lauren Egan
|
I have a list of Customers and want to set Discout = 10 and RewardPoint = 500 where PurchaseAmount > 10000
Is there any simple way to do this without looping...
| 1 | 13 Mar 2013 views: 11 |
Why .where is not working in my application
When I type dot intellisence is showing everything but Where is not in this list, do i need to import any...
| 0 | 13 Mar 2013 views: 11 |
I want to show sum of different columns in ASP.Net gridview, I don't want to compute in my .net code but want to get records from SQL Server and directly bind to the...
| 2 |
10 Mar 2013 views: 221
by
Corin Howard
|
What's the difference between .ToString() and Convert.ToString(....)
Which once is safe to use in code and in which condition which one would be...
| 2 |
10 Mar 2013 views: 18
by
Ryan Willock
|
There many tables related to employee say
- Employee [It has DesignationMasterID as FK]
- DesignationMaster
- EmployeeRoles [It has...
| 0 |
10 Mar 2013 views: 8
by
Luis Colon
|
In one of my old project found use of URI while most of the time I use URL, so what is the different between these to things, is there any major...
| 1 | 10 Mar 2013 views: 14 |
