13,153 Topics

Member Avatar for
Member Avatar for newcook88

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 …

Member Avatar for kvprajapati
0
82
Member Avatar for coollife

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 …

Member Avatar for kvprajapati
0
62
Member Avatar for ankitjain1110

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.

Member Avatar for kvprajapati
0
132
Member Avatar for ismailc

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. …

Member Avatar for ismailc
0
846
Member Avatar for poovannan

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

Member Avatar for kvprajapati
0
79
Member Avatar for bshyama24@gmail

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?

Member Avatar for kvprajapati
0
55
Member Avatar for santhoshvarma.a

i wanted to work on threading so plz give me sample thread example on that with clear explanation. Thankx and regrds A.santhosh kumar

Member Avatar for kvprajapati
0
58
Member Avatar for ditjhaba

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 …

Member Avatar for kvprajapati
0
67
Member Avatar for Alexpap

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 …

Member Avatar for Ramesh S
0
99
Member Avatar for Alexpap

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 …

Member Avatar for Ramesh S
0
258
Member Avatar for sudharani

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 …

Member Avatar for sudharani
0
175
Member Avatar for phoenix911

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 …

Member Avatar for pilipino93
0
138
Member Avatar for scranton

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 …

Member Avatar for scranton
0
106
Member Avatar for fawadkhalil

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)

Member Avatar for fawadkhalil
0
145
Member Avatar for sakhi kul

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.

Member Avatar for sakhi kul
0
113
Member Avatar for NguyenThai

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 …

Member Avatar for NguyenThai
0
208
Member Avatar for newcook88

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

Member Avatar for newcook88
0
107
Member Avatar for vytla

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 …

0
68
Member Avatar for momo_rose

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 .

Member Avatar for Mongz
0
88
Member Avatar for z.ziakhalid

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

0
47
Member Avatar for brando|away

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 …

Member Avatar for brando|away
0
108
Member Avatar for lastleave

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 …

Member Avatar for kvprajapati
0
155
Member Avatar for MARKAND911

Is there any control to change the image automatically which is stored in database. if so then send me reply. Please its urgent.

Member Avatar for sknake
0
123
Member Avatar for laghaterohan

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

0
51
Member Avatar for vytla

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 …

0
65
Member Avatar for Haimanti

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) { // …

Member Avatar for sknake
0
125
Member Avatar for Haimanti

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, …

Member Avatar for sknake
0
126
Member Avatar for sbanik

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. …

Member Avatar for Ramesh S
0
88
Member Avatar for MR. MOBARAK

software is mother of hardware. a program which is essential for hardware that called is software.

Member Avatar for gurukid22
0
27
Member Avatar for pranava

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 …

0
40

The End.