Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #3K
~14.8K People Reached
Favorite Tags
Member Avatar for laghaterohan

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 …

Member Avatar for Mortimertefo
0
559
Member Avatar for laghaterohan

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 …

Member Avatar for vongkol
0
601
Member Avatar for laghaterohan

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 …

Member Avatar for rath.avinash
0
108
Member Avatar for laghaterohan

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 …

Member Avatar for riteshsoniarya
0
108
Member Avatar for laghaterohan

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 …

Member Avatar for jbisono
0
125
Member Avatar for laghaterohan

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 …

0
55
Member Avatar for laghaterohan

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 …

0
52
Member Avatar for subhankar02dey

I want to populate a drop down list fetching data from database along with a "select" listitem at the top of the srop down list. I am using dropdownlistname.items.add("select","0") and dropdownlistname.items.insert("select","0") and then i am fetching data from database in a dataset and then binding the data into the drop …

Member Avatar for Freon22
0
131
Member Avatar for laghaterohan

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

0
91
Member Avatar for rahulkrishnanr

Hi Friends, How can I change the Command Text based on a Control event like clicking a button? I want to change the sql query on clicking a button. Any help is appreciated. Thanks in advance

Member Avatar for rahulkrishnanr
0
122
Member Avatar for laghaterohan

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

Member Avatar for laghaterohan
0
70
Member Avatar for laghaterohan

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 …

Member Avatar for dnanetwork
0
154
Member Avatar for laghaterohan

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 …

Member Avatar for Ramesh S
0
167
Member Avatar for laghaterohan

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 …

Member Avatar for Lusiphur
0
165
Member Avatar for laghaterohan

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 …

Member Avatar for Lusiphur
0
68
Member Avatar for laghaterohan

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 …

Member Avatar for Lusiphur
0
84
Member Avatar for laghaterohan

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

Member Avatar for dnanetwork
0
156
Member Avatar for priya.vk1

Hi, I am working on vb.net.When i try to bind data got from function to dropdownlist, its getting compiled successfully.But, iam unable to view the data. CbxDisplayProject.DataSource = NewAdmin.getAllProjects() CbxDisplayProject.DataTextField = "skillname" CbxDisplayProject.DataValueField = "skillname" CbxDisplayProject.DataBind() Then i used displaymember and valuemember as, CbxDisplaySkills.DataSource = NewAdmin.getAllSkills() CbxDisplaySkills.DisplayMember = "skillname" CbxDisplaySkills.ValueMember …

Member Avatar for samacoba
0
113
Member Avatar for shithindas

where can i get good tutorials for Asp.net Using c#................ pls reply.......... thanks in advance.........

Member Avatar for Ramesh S
0
84
Member Avatar for laghaterohan

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 …

Member Avatar for finito
0
290
Member Avatar for laghaterohan

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 …

Member Avatar for dnanetwork
0
143
Member Avatar for laghaterohan

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 …

Member Avatar for laghaterohan
0
234
Member Avatar for laghaterohan

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 …

Member Avatar for laghaterohan
0
109
Member Avatar for laghaterohan

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 …

Member Avatar for rohand
0
268
Member Avatar for laghaterohan

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 …

Member Avatar for Tellalca
0
77
Member Avatar for laghaterohan

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 …

Member Avatar for dnanetwork
0
90
Member Avatar for laghaterohan

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 …

Member Avatar for kvprajapati
0
88
Member Avatar for laghaterohan

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

Member Avatar for Isaaac
0
135
Member Avatar for laghaterohan

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

Member Avatar for sknake
0
92
Member Avatar for laghaterohan

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

0
54