- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
83 Posted Topics
hello, I add rows to the Gridview through the following code : The below code is working fine. However,i am now placing a button REMOVE besides this grid. Whenever a user selects a particular row ( no use of checkbox for selection) The user will click on the row he … | |
I have 2 Listboxes say ListBox1 and ListBox2. After unzipping the folder the files are listed in the ListBox1 . Then the user can select multiple files using ctrl button and then click on Add button whereby the users can transfer the selected files to ListBox2 . How can i … | |
Hello, I am having a gridview and a drop down list placed above it. Suppose my gridview has total 100 records in it. However, i the user wishes to see only 5 , he has to select 5 from the drop down list and the gridview should display only 5 … | |
Hello, I show a form in the modal pop up which has several drop down lists in it. The problem is that if i select nething from the drop down list then my selected index change event fires and my form gets refresh..how to overcome this problem?? Can we use … | |
Hello, I have prepared a crystal report (asp.net 3.5 / vs 2008) . On my web form i have a textbox which accepts a membership number and a View button. When i enter the membership number and click on view my report should be displayed below on the same page … | |
Hello, Can any one please help me to know how can we highlight the required fields using JQuery? For Ex. I have a form with several fields on it. In that there are 2 required fields. Now, if the user leaves these fields empty those textboxes should be highlighted in … | |
Hello Friends, In my Menu i have several Menu items one of which is Change Password. When i click on it my modal popup should appear on the screen. However as we know that individual menu items do not have ID assigned to them, i am having a problem assigning … | |
Re: Hello Subhankar, If your problem is not yet solved you can try this code..It will surely work : [CODE] DropDownListName.Items.Insert(0, new ListItem("--Select--","0")); [/CODE] Thanks, Rohan | |
Hello, I would like to know if Head First book is useful for studing Desgin Patterns for ASP.NET I have never read Design Patterns book and would like to start reading the same. So, i want to know which book is best in the market that will be really helpful. … | |
Re: Hi, Why u need to change a query altogether ? Instead why dont write a different method? Or use the concept of method overloading / method overriding as the case may be...? Can u please elaborate? | |
Hello , I wanted to know few things regarding Web Application Development (WAP) using Dot Net Nuke technology.(DDN) Can any one please let me know can we use DDN technology with ASP.NET (3.0 etc..) for a better and faster development? How it can help us in building web applications? Secondly, … | |
Hello, I want suggestion as to how to do the following: 1) In my current scenario,when a particular user fills a form which contains one field as manager and saves the details that manager receives an email stating that u have a request. This email also contais an URL which … | |
Hello, I have gridview which has checkboxes for Approve and Disapprove in each row. I have applied JQuery on the gridview on it for paging. Now i want to access the Datakey value for the checked and unchecked boxes in the gridview and accordingly save it to the database. I … | |
Hello, I have created an HTML table wherein the row's values are filled thru database. ex: FirstName : dbvalue and so on... Then i create an excel file please find below code: [QUOTE] StringBuilder str1 = new StringBuilder(); str1.Append("<html xmlns:o='urn:schemas-microsoft-com:office:office'").Append(Environment.NewLine); str1.Append("xmlns:x='urn:schemas-microsoft-com:office:excel'").Append(Environment.NewLine); str1.Append("xmlns='http://www.w3.org/TR/REC-html40'>").Append(Environment.NewLine); str1.Append(Environment.NewLine); str1.Append("<head>").Append(Environment.NewLine); str1.Append("<meta http-equiv=Content-Type content='text/html; charset=windows-1252'>").Append(Environment.NewLine); str1.Append("<meta name=ProgId … | |
Hello, How to create .CSV file in asp.net & C# ?? i want the file created in following format: First Name : dbase value Last Name : dbase value . . . . . Manager: dbase value and so on Total i have around 36 rows! Please suggest the apprpriate … | |
Hello, I have an page of User Details. When user fills up all the details and clicks to Save them the data should loaded in the Excel sheet and then send via email as an attachment. The Excel sheet already has the fields as on the User Details page. How … | |
Hello, I have many controls on my form ( textboxes, radiobuttons, dropdownlist, checkboxes inside gridview) i want to clear them all once the form is submitted. Please any one tell me how to do it? I am looking for somegeneric method which will help me to solve it... Awating response. … | |
Re: The first part of the code you have written (DataTextField and ValueField) is a C# code and the other one seems to be of VB.NET. Why you are using both the codes?? Also ensure that NewAdmin.getAllSkills() returns a datatable which has "skillname" as one of its column. Probably u are … | |
Re: hey shithindas , Check out this site : [url]http://www.asp.net[/url] Also, u can google for more... Hope this helps u ... cya Rohan | |
Hello, (C# AND ASP.NET) For a particular employee i have his details stored in the database. These details also contain joining date which is stored in the database in the format yyyy-mm-dd. In the front end i have 3 dropdown lists one for DD another for MM and the third … | |
Hello, I store Date in my database ( in sqlserver 2008 my datatype for this field is Date) however when i display the date in front end (ASP.NET C#) i get Date along with Time 12:00 AM as a default time. I dont want Time to be displayed in my … | |
Hello friends, I have a gridview which has 4 columns. In the first column i have Name. In the second i have School Name ( This is a Drop down list which is Disabled on Page Load) In the third i have Template filed wherein i have put an Button … | |
Hello, I want to create an XML file Containing 3 tables say Table 1 : Under this i have one column :Data which has 3 rows of data say 1, 2 ,3. Similarly i want to create more two tables which will have similar structure. All these 3 tables should … | |
Hello, i have two controls one Dropdownlist and another a text and i have add button besides them. Both the ddl and textbox r populated from database. I have a gridview placed below these controls. when a user clicks on add the gridview should populate with the selected value in … | |
Hello, i am having treeview control say Numbers(Parent node) under this i have numbers say 1,2,3,4,5... I have several methods in my projects for each numbers 1,2,3,... I just want to know how to get the click event for each child node? ie. When i click on 1 my method … | |
Hello , I have a Gridview control in which i am having a button (template field) named btnEdit (it is placed in the 2 column of the grid) On the click of this button i want the dropdownlist placed in the 1st column of the Gridview control to be enabled … | |
Hello, I have a gridview in my project (asp.net , C# ) . I want to apply the Jquery to this gridview thereby adding various functionalities to the gridview in a easy way. I found out that in javascript i need to add a plugin ( which i d/w thru … | |
i have a database (access database) which contains id and img column .The id column contains ID'S and img column contains their respective images. [B] When the user selects a particular ID at runtimes the picturebox should display the corresponding image... However the problem is how to achieve this ? … | |
i have made an application in c sharp...which merges .txt file into one excel sheet...however i am facing problem when i try to merge German Data.... I have used Encoding.UTF7 /UTF8 , still some characters appear missing....how to solve this problem ?/ Which Encoding technique should i use so , … | |
i have made an application in c sharp...which merges .txt file into one excel sheet...however i am facing problem when i try to merge German Data.... I have used Encoding.UTF7 /UTF8 , still some characters appear missing....how to solve this problem ?/ When i use UTF7 i do get 90% … | |
hey folks, i have a button named btnnext and a picturebox pbox . On the click of the next button i want that picturebox should display image one by one on the next button click.. how to do this ?? pl give me idea...plz.... | |
Folks....can u tell me how to pass an argument to the Javascript function written in source thru Code behind...?? here is my code: [Code] <head runat="server"> <title>Untitled Page</title> <script type="text/javascript"> function message(name) { alert("Hello" + name) } </script> </head> [/Code] In my code behind file : [CODE] btnok.Attributes.Add("Onclick", "message();"); // … | |
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 | |
Hey....hello all i am writing a very simple function of calculating a square of a number entered by the user and then displaying it. While writing the function in c# i am getting n number of errors regarding conversion type....plz help me out of this .....here is the function... [code] … | |
i have a drop down list in my Gridview. I want to poplulate it with the values from the database ... However i am confused how to proceed ......here is my code snippet: In the source i have written the followin code : [CODE] <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" … | |
I have compaq laptop..i have installed windows vista on it. Off lately i have noticed a strange behaviour of my laptop. When i start my Laptop the dvd writer light blinks and at that time if i click on the open button the drive cums out n i am able … | |
I am developing a windows application wherein i need the application to work in the following way : Say i have a textbox n listbox . Say in a textbox i type R then all the items in the listbox that contains the letter "R" in them should be listed … | |
I am trying to populate another combobox based on the text selected in the first combo box...however , the event protected void ddlcity_SelectedIndexChanged(object sender, EventArgs e) is not firing ? here is my code snippet : [CODE] protected void ddlcity_SelectedIndexChanged(object sender, EventArgs e) { SqlDataReader dr1 = null; SqlCommand command … | |
i have 3 tables Category, CityMaster and Data Next, i Have 2 comboboxes For City and Category. In my Category Table i have Two columns Category and Category ID which is unique for each Category. In my CityMaster table i have 2 columns CityName and CityID wherein each CityName has … | |
i have one Gridview (Gridview1) i want to make this Grid editable. For this i have set : RowEditing = TRUE RowUpdating = TRUE After this i have got Edit/Delete button on the extreme Left of the Gridview followed by my Autogenerated columns from the database(Column0 , Column1 ,Column2). I … | |
i have calendar placed on my form i have one textbox n a button("Show date") When the user enters date in the textbox say 29/07/2008 and click on the show date button the calendar should show / reflect that date.. how to achieve this...i knw...it ll b simple but am … | |
i have calendar placed on my form i have one textbox n a button("Show date") When the user enters date in the textbox say 29/07/2008 and click on the show date button the calendar should show / reflect that date.. how to achieve this...i knw...it ll b simple but am … | |
how to make a Gridview editable / ie. a user can modify the contents of the particular row by clicking on that row ? What v write in this Event ?? and is this sufficient to make a grid editable?? protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e) { e.NewEditIndex } Plz...help … | |
Hello friends, Below is the code to unzip a zip file . However , problem occurs when there is a zip file within that zip file...please tell me how to do that? ie..unzip a file withing a zip file too...?? [CODE] private void btnok_Click(object sender, EventArgs e) { FastZip zp … | |
hello , here is my code below to unzip a file and list only the file names contend in that folder in the listbox below , the code is working properly however am unable to get only the file name in the list box. In the listbox i get entire … | |
hello, Below is the C# code. When i run it i get an error saying cannot convert char to string in the foreach statement. Please help me out...am unable to figure out whts the problem! awating replies..... [CODE] private void DisplayFiles(string DirPath) { string Root = null; Root = txtdestination.Text; … | |
Hello , Hope u all r dng great... I am devlpng an application wherein i need to upzip a file on the click of the Unzip button on my form. All the files(text files) in that zip file will be unzipped n then listed in the Listbox on the same … | |
Hello, I have written a javascript function for email validation . On the click event of the validate button am calling the function however, the function is not called and returns nothing....so please help me out....plz help me out and do let me know where am going wrong...! here is … | |
I have a form admission and a another form attendance. When i click on save button of the admission form the id which is contained in that form should be added to the combo box on the attendance form. eg. say if i am saving the details of ID 4..When … | |
hello, am doing an application (c#.net)wherein i need to add the Fileupload control one below the other on the click of the Attach more files button; just as we have in the E-Mails. How can the control get added to the form ? can ne1 help me out ? cya … |
The End.