| Thread | Last Post | Replies |
|
| Jquery + Insert Data + ASP.NET | 16 Mar 2008 20:17 GMT | 3 |
Hi, is there any way to insert a registration in SQL Server using Jquery en ASP.NET.
|
| a format question | 16 Mar 2008 16:27 GMT | 2 |
when i use "{0:#,#.##}" format string for decimal values it seems like that; 12,1457 --> 12,15 45,4119 --> 45,41 but for one decimal digit values it does not show zero after first decimal
|
| AJAX ModalPopup To Confirm Dropdownlist Change | 16 Mar 2008 14:40 GMT | 2 |
i'm trying to get an AJAX modalpopup to confirm if a user really wants to change a dropdown list value (on the client side) -- if they choose 'No' in the popup, the dropdown list value should stay the same. anyone know how to accomplish it? i can get the popup to come up on
|
| Properly using directorysearcher to find a user in an AD Group | 16 Mar 2008 11:13 GMT | 3 |
I'm trying to do a check to see if a specific active directory user account exists in active directory AND a specific group. I can't seem to get the filter down right. I can do this to find a matching name in active directory:
|
| metin kesme (~substring) | 16 Mar 2008 10:26 GMT | 2 |
merhaba arkadaşlar website içerisinde arama sonuçlarını DataList üzerinde HyperLink ile veriyorum ama uzun sonuçlar için 100'er karakterden sonra "..." ile kesmek istiyorum.
|
| Using Control Properties in Embedded JavaScript Resource file | 15 Mar 2008 20:13 GMT | 2 |
I am trying to develop asp.net server control which has several property in the control and has embedded javascript files, which is used by control via webresource from the client page. I want to use some of the property defined in controls main class inside the
|
| SqlCommand Parameters.Add | 15 Mar 2008 16:25 GMT | 5 |
Using SqlCommand, this is how I am updating a database table: -------------------------------------------------------------------------------- Sub UpdateDataGrid(obj As Object, ea As DataGridCommandEventArgs) strSQL = "UPDATE Basket SET Quantity = Qty, Total = TotAmt WHERE
|
| Controls | 15 Mar 2008 16:00 GMT | 3 |
A Form has a Label & a DataGrid. Note that the DataGrid comes after the Label. The DataGrid has 11 columns - the 1st column is a TemplateColumn, the 2nd column is a HyperLinkColumn, the 3rd column is again a TemplateColumn (with a Label), columns 4 to 9 are
|
| crystal reports to be displayed seperately????is it possible? | 15 Mar 2008 15:54 GMT | 1 |
im having a problem regarding crystal reports.im using VS 2005 with C# for developing web application. i want to select a department from dropdownlist and click a button and display employees in that department in a crystal report.
|
| Database backup from a web browser | 15 Mar 2008 11:03 GMT | 9 |
Can I backup & restore my sql server database from aspx page located on a client machine ? Thank You.
|
| Changing a control on a masterpage that uses a second masterpage | 15 Mar 2008 04:27 GMT | 4 |
I want to change the label of a component that I have on a masterpage but I cannot get my hands on it I have a mastepage MP2 that has a button called B2 masterpage MP2 uses masterpage MP1 that has a button called B1
|
| Determine caller domain | 15 Mar 2008 01:10 GMT | 2 |
Another web application (domain) call our application. We want to determine in our application which domain call. Thanks.
|
| Moving SqlDataSource to ObjectDataSource. need help | 14 Mar 2008 22:12 GMT | 2 |
I am converting my pages to use ObjectDataSource instead of SqlDataSource and want to keep the same user interface but have a small problem. In a page using SqlDataSource I have a textbox where user can input the
|
| fully automatic ldap authentication | 14 Mar 2008 21:48 GMT | 1 |
is it possible to do fully automated ldap authentication to a web app? i know there's a login control i can use to ask for the username/ password which can then authenticate the user against AD, but what if they're already logged into AD? is it really necessary to ask them to
|
| Control not recognized | 14 Mar 2008 21:31 GMT | 1 |
I am creating a custom control that inherits from DataPager. I have the following: Imports System.Web.UI.WebControls Public Class WebPager
|