13,153 Topics
| |
Can someone please help me to create a functun which will allow to dynamically filter the grid view example: if the user wants to search a employee with different fields how to create a dynamic fiter situation 1 filter by only one colum eg employee id situation sort with 3 … | |
I am using Reportviewer control which has mappath to crystal report file . Its working fine with one problem the thing is its displaying details in such a way that few fields at the end cannot be seen on the screen. If i make the display size 75% i am … | |
hello am tryin to develop a login page for my website.am using c# and microsoft access. can anyone help me out with a secured login page n session. | |
Good day, I need help. I would like to pass values from one aspx page textbox to another aspx page textbox. I'm editing the pages & adding code (so no clue what i'm doing) i thought of javascript but no luck on passing the value to the next pages textbox. … | |
Hi I am poovannan. I want to know about the details of Calender Controls which will get the values of the birth year and the birth year of the calender should be displayed. If anybody knows PLZZZZZZZZZZZZ help me | |
Hi All, I want to create a custom control using VS 2008 and then add that control to the toolbox for a web application. Can anyone tell me the procedure? | |
i wanted to work on threading so plz give me sample thread example on that with clear explanation. Thankx and regrds A.santhosh kumar | |
Hi there I am busy developing a website which uses a modal popup box. The popup is populated with the information which the user chooses from a grid for editing purposes. Before the user makes any changes, the save button must be disabled. The button must be enabled soon as … | |
Hello all, what i wanted to ask is, if someone does know how to [B]Serialize[/B] or [B]mark as Serializable[/B] a [I][B]Microsoft.SqlServer.Managment.Smo.Table[/B][/I], because when i try to add an instance of a smo.Table to Viewstate, it throws me the following error: Type [I][U]'Microsoft.SqlServer.Managment.Smo.Table' [/U][/I]is not marked as Serializable. Thanx in advance … | |
Hello all, I want to create a stored procedure using [B][I]SMO Objects[/I][/B]. I have set up all the properties of my Smo.StoredProcedure object, but when i try to create it, it throws me this Exception Message: [ICODE]Microsoft.SqlServer.Management.Common.ExecutionFailureException: An exception occurred while executing a Transact-SQL statement or batch[/ICODE] Here's a little … | |
Hi friends, I have created a form with a dropdown list and a text box and i have a table named customer with fields cid and name in database. I successfully binded the cid column to dropdown list.now my problem is i want to bind the name into the text … | |
hey hey... just want to know, if theres some kind of way to prohibit the user from entering data into a combobox... i dont want to use a list box... to must space taken, and no point in disabling it... as then i cant select an item... please help thanx … | |
i dont know where to ask this, or how to ask this, but i need help understanding how to deploy an unsigned windows forms control to be used in a .net web application. i cant package it into a CAB file and reference that from the codebase property because the … | |
Hi I have dropdownlist populated from database.My requirement is to count the number of records for each dropdownlist item like: Toyota(15) Honda(10) BMW(20) I have used[CODE] ddlMake.Items.Add(datatable.Rows.Count)[/CODE] but it shows records in below format Toyota Honda BMW (15) (10) (20) | |
Hi, I want to upload file. but when I use<input type="file" runat="server"> & with one button. when I click on button then my page cannot be found. such type of error occured. means when I add that input type file tag that error occured. | |
Hello everyone. I get problem with the login control and login view during working with my ASP.Net project. I'm using VS 2008, C# language, AJAX Control Toolkit. I built the master page, and I want the login control is always available everywhere in my website, but I cannot find how … | |
how do i add two columns in a gridview and put the total in the third column example exam1 exam2 total 66 20 86 how to i create the colum to genrate the total aftrer doing the query in sql | |
hi every one i am trying to change gridview row color onclick event i used following javascript for row color changing var previousRow; [code]function ChangeRowColor(row) { //If last clicked row and the current clicked row are same if (previousRow == row) return; //do nothing //If there is row clicked earlier … | |
i need login code in my project. in my project two different category of user one is administrator and other is data operator. both have to redirect different page after login. my problem is that how to login the both user on different page . | |
hiiiiiiii i m zia khalid.. i have problem that whenever i click anywhere in form my scroll bar also refreshes..i want to stop this .i m working in c#.net and i want to stop this with the help of ajax | |
I'm uploading an image, and i need to store it with the rest of the requested content by the server. so right now im using [code] streamreader getimg = new streamreader(imagepath); string image = getimg.readtoend(); getimg.close(); string DataToBeUploaded = "requested content..." + image + "more requested content"; [/code] Everything is … | |
Hi experts I have three tables Section: sectionid (int), title (varchar) Category: catid (int), title (varchar), sectionid (int) Content: id (int), title (varchar), body (varchar), sectionid (int), catid (int), published (bit) I build a formview for adding, updating and deleting a Content in the EditItemTemplate I replaced the section and … | |
Is there any control to change the image automatically which is stored in database. if so then send me reply. Please its urgent. | |
Hello , i have desined a user control for menu item. One of those Parent Item has Child Item...however these child items need to b poplulated from the database( am usin sql server 2005 ) . How to do it ? plz do let me know... cya Rohan | |
hi every one i am new to c#, i used asp tree control ,in this i want to show the text of the node with special character when the text length increased by 10 char (ie when the text is my faourtie subject i want to remove the last characters … | |
Hi, i'm making a regitration form. In that i need to validate the email taken from user. for thgat i've written a class in .cs file [code] public bool ValidateEmailAddress(String txt) { // Confirm there is text in the control. bool abc = false; if (txt.Trim().Length != 0) { // … | |
Hi, In the registration form am abt to make, i want the system to generate the password for the user. The simple way to enter the data to the backend is : [code] SqlCommand cmd_insertuserDetail = new SqlCommand ("Insert into fwm_user (last_name, first_name, birth_date, address, city, postal_code, country, email, password, … | |
hello, i have visual studio 2005 installed in my computer and i am using oracle as server. i am not able to write the connection string in the web.config. from control panel-> add administrative tool->data odbc->system dsn i have added a dsn 'data'. database name is employee please help me. … | |
software is mother of hardware. a program which is essential for hardware that called is software. | |
Make the necessary changes to the web-service project in the web.config file to make it accessible to the HTTP GET & POST calls. This is a simple Java program illustrating how you can consume the .NET web-service in Java program. import java.io.*; import java.net.*; public class WebService { public static … |
The End.