13,153 Topics
![]() | |
Hi, I need help binding the DataTable to the GridView. Let's say I have this code [code] string filter = String.Format("title LIKE '{0}'", str); DataRow[] rows = dt.Select(filter, "title"); Gridview1.DataSource = ?; Gridview1.DataBind(); [/code] I need to display only the filtered items in the GridView. What do I assign to … | |
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. … | |
Hello all, I have for two days now been trying to debug what appears to be a serious logical error in my code, now I think I need to make it public. I am working on a dynamically loaded user control, this usercontrol has two dropdownlists, followed by textboxes.The second … | |
I want to give different colors to alternate rows of listview Control in asp.net(c#). How can i do this? | |
Hi, I have table in Database and i need to get the get the values of column and check for the values. If the value in row of that column is null...the imagebutton in grid view should be disabled. I am unable to get the rows values. Can anyone help?? … | |
i m having a webpage which is having a gridview which is displaying data from database........now on the same same web page their exists some hyperlinks namely A, B ,C.....upto Z ............can anybody plz help me out on how to display the new data (clicking of hyperlink A result in … | |
Hi guys, i am populating a datalist with data from an SQL Server database, in the database images are stored in BLOBS. i am getting these images out using a handler. im populating the datalist with data from a table which contains the image and other attributes, which has all … | |
![]() | I had created a report using Reportviewer control(VS2008+MS-Access), the report displays all the records from Access Db correctly but i need to sort the records and display. [B]Sorting by Date(Ascending) that too the records prior to Today's date should not be displayed[/B] Another query "Is it possible to edit and … |
[B]Hi All,[/B] I want to develop a web-based app for capturing data (by different usres), inform/notify reviewers of that data through email (novell groupwise), allow the reviewers to access and edit the data, and notify data capturer through email. My plan is to have the app on the LAN. I … | |
I am converting a xls to web form. THere are 4 fields and XX # of lines per form entry. Since the number of lines are variable I want to have an "+Add Line" Button to add a line of txt boxes to the form. I have gotten it to … | |
I have a web application that links to Microsoft Access and opens one of five databases depending on which button is clicked. I coded it on my machine in Visual Web Developer 2008 and it works exactly as expected when ran on my machine, but when I move the files … | |
Hello Friends, I am learning to code in ASP.Net (so forgive silly errors!)... Presetnly trying to perform the functions of edit and delete using Repeater. The Code is: Libraries that I am using [CODE] using System; using System.Collections; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.Security; … | |
Hello All, I have a problem in a project i am doing. Can any1 please help me in this. I have a drop down list as follows : [code] <asp:DropDownList ID="PostActionDDL" runat="server" EnableViewState="false" OnSelectedIndexChanged="activeRegistrant_SelectedIndexChanged" AutoPostBack="true" > <asp:ListItem Value="0">Select an Action</asp:ListItem> <asp:ListItem Value="1">View</asp:ListItem> <asp:ListItem Value="2">Delete</asp:ListItem> </asp:DropDownList> [/code] And i have the … | |
I am using the .Net 4.0 and excel 2003 How can i use an oledb connection to retrieve the cell format of an excel spreadsheet... I specifically want to find out if a cell column (or cell itself) is in a numeric percentage format. I cannot seem to find this … | |
Pls give example code for ASP.Net 2.0. | |
how to use marker in java script using C#. net | |
Hello all, i developed an asp.net application which is running very well from source. But after publishing on the same system it hangs. What could be the problem | |
Hi, I need to know to get current online user list. How can I achieve. I am using membership concepts that is asp login control. | |
in my application i m having 1 masterpage which consist of a menu bar........now for navigation purpose i need to pass query string from my normal webpage to the menu bar on the master.............. need help urgent......:S | |
tell me how to make a stylish login page like yahoo messenger i want to make an stylish log-in like yahoo messenger but how???? | |
Hi, I would like some advice on how to create a class to represent a one to many relationship in C#. i.e. I have a Customer and an Address table in my database. I also have a Customer class in my C# solution but how do I introduce the multiple … | |
Hi, I have a small application that reads an access database. I'm able to load the data, but it's in ascii. I created a function that does the conversion but for some reason I can't figure out how to implement it correctly. Where do I call the AsciiToString() function? Here … | |
Hello great programmers, i developed a dynamic application on asp.net using vb.net 2005 and its running perfectly on my system. After deploying / publishing it to 2003 server it hangs if called. What coould be the error ? What am i getting wrong? Wwhat do i do? | |
i tried installing aspnetflash from [url]www.aspnetflash.com[/url] in the process of installing, it always give me an error msg "CLOSE ALL.NET PROGS where as no program is open after installation i can't find the tool box on the Tool box menu am just confused. | |
I have big question about asp.net publish web site.... I am use vs 2005 asp.net with c# as code behind file... I was create web site,Then I publish this web site using solution explore "publish web site" tab... Then I create new virtual directory ,and set the parth,what i publish … | |
i have deploy my .Net web application. i can retrieve the first page that is the login.aspx page. but, when i click the login button, the error has occur. Execute Reader: Connection property has not been initialized. After user click login button from the login page, menu page should be … | |
I'm working on student project " Web directory " somethink like this [URL="http://www.hotvsnot.com/addurl/?c=7650"]http://www.hotvsnot.com/addurl/?c=7650[/URL] I want the site to be able to store new web sites when the visitor inputs it. But this is not the problem. When the visitors presses on the button process I want the system to fetch … | |
I have just started using Microsoft Visual Web Developer 2010 Express. I have noticed that the toolbar 'Text Editor' has no bookmarks for bookmarking points in ones codecode. Is this standard or are they hidden somewhere else? | |
I have a master page named "masterpage1.master". And a content page named "listTopic.aspx". Now there is one listview control on my masterPage called "listview1" "listTopic.aspx" uses "masterpage1.master" as its master page. Now i want the CommandArgument of listview1 when any item in listview1 is clicked. I want this commandArgument in … | |
[B]member can sponsor only 2 member in one leg if any member want to add more then 2 member, he create new leg creation of leg is UNLIMITED ANY LEG DIVIDED BY TWO PART LEFT & RIGHT[/B] how to calculate & reporting total member in GRID VIEW plz. plz. help … | |
my webpage consist of a gridview which displays records from database.....now i wanna add checkboxes in gridview one per row and also want to delete checked row record on clicking event of a button placed outside gridview....... plz help urgent | |
I need some help. I am currently creating an event caledar. First there is a web page that a person would input information for an event there were holding with the dates and times. This information would be stored in a SQL Server database. Then a link is given to … | |
Hi friends, I have big problem about dialog box... Normally we can use jquery or any javascript method for creating some dialog box.. My question is,Are there any method available in dotnet freamwark what creating some custom dialogbox...If it is please replie mee...Thanks ... :D | |
Hi, I want to prevent multiple user login for same user in asp.net.. How can I achieve. Note: I want to control without database concepts | |
Hello friends, i am not able to get data into database after clicking button. following is code for that. please help me for this problem This is .aspx file codes ============================== [code] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head … | |
Hello All, I am working with a web page an d i have a small problem. Presently i have a page, which shows the data in the form of a grid view. basically it shows the schedules for a game. In that gird view, i have a button called recap. … | |
can anyone guide me as how to code a website using asp.net to run on different servers (using intranet). also tell me as how to code the url for that website | |
i am tring to update but their neither any error displayed nor the data is update in the table plz help its urgent......i m using updateparameters.add ......thank u [code] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using … | |
Good evening everyone, I have been given the opportunity to work with "SunGard - PowerCAMPUS Self-Service" which is written in ASP.NET C#. I am attempting to perform very basic tasks and I am not able to. My main issue is finding the appropriate tutorials/documentation for this product, I have spends … | |
I am usng VS 2010 and I have a Website I am building using C#. My goal is when a user selects a value from the dropdownlist it is recorded in the database. I have been able to bind the DDL to a table called "TableA" to list the values … | |
Hi, I am using SqlDataSource in order to bind data to dropdownlist and looking for a simple way to change text color based on specific value from database. Any idea if I can manipulate the SqlDataSource to do that? Is this something that I have to call from code-behind? This … | |
Hi , I have text box and beside to it I have a linkbutton showing the link that is present in the text box. I am getting the URL from the website into the text from database.I need to open the link button in a new browser window. aspx page … | |
Hello Group: A seemingly simple problem is defying a simple solution... I have several existing HTML pages on our site (ISP-Hosted/Windows Server, Front Page Extensions) that need a 301 redirect to other, new pages, within the same site. Without going into all of the in-elegant options I've uncovered, some of … | |
i m working on my project implementation of antnet ............can anybody help me getting good tutorials on ns2 | |
Hi All, I'm new to Blog concepts.Is it possible to post the comments to website using the webservice instead of directly post the comments in website. Any help can welcome. | |
I have an XML here as follows, [CODE] <?xml version="1.0" encoding="ISO-8859-1"?> <countries> <country> <text>Norway</text> </country> <country> <text>Sweden</text> </country> <country> <text>France</text> </country> <country> <text>Italy</text> </country> </countries> [/CODE] And, I am trying to sort it without using XSLT, and I am not using this to edit the XML file. I only would … | |
I am trying to open other page and pass data for selected row in gridview to be displayed in that page when user click the select button. i want to display the data in text box. so that, user can make editing from that page. i dont know how to … | |
I am creating an ASP.NET web page using Visual Web Developer and using C# as my script. Can anybody give me a code in C# that will load another aspx web page? The situation is like this: a page is loaded automatically when a user pressed a button and satisfied … | |
I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header … |
The End.