13,153 Topics
![]() | |
I have created one form named newest_receipe.aspx in which i have various receipes name with respective date and time in a data list and receipe names are displayed using hyperlink. <asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1" onselectedindexchanged="DataList1_SelectedIndexChanged"> <ItemTemplate> <asp:HyperLink ID="HyperLink20" runat="server" Font-Underline="True" ForeColor="#0000CC" onload="HyperLink20_Load"> <%# Eval("recipe_name") %> </asp:HyperLink> <asp:Label ID="datetimeLabel" runat="server" Text='<%# … | |
I'm about to graduate and I've been applying for jobs. I know some basic programming languages and I asked the guy that I'm going to interview with on Tuesday if there is any specific language or program I should review. He said .Net I know nothing about this particular language. … | |
I have the code below to show the modal-box after a LinkButton clicked. And, what I want to do is how to assign the Textbox value on the modal-box from the javascript. I have a gridview: <asp:GridView ID="GV1" runat="server" DataSourceID="DS1" > <Columns> <asp:TemplateField ShowHeader="False"> <ItemTemplate> <asp:LinkButton ID="LinkButton" runat="server" CausesValidation="False" > … | |
Hey guys , I am curently fallen in an adverse situation . I am at the end of my website and this situation occurs as follows:- I got 2 tables named "userdata" and "userresult" such that when user registers himself to the site , his information is inserted to both … | |
Dear all, I am new here and i need assistance. I need a web application for a car dealership management system. This is my end of year school project. I currently have no idea as to where to start. Can someone please come to my aid. Rehards. Benjamin | |
Hi, I am using an asp.net web application in which I want to retrevie database table names into my dropdown list box. I have wrote code for this there are no errors but I dont get any table name to my DDL box. Kindly help, Thank you. MySqlConnection connect = … | |
I have searched this forum and see that there are quite a bunch of topics related to files being used by another process. However, none of them seem to fit or work for me. This is my scenario - I have an XML file that is used as a template, … | |
Hey guys, I urgently need your help. Just stuck in the develpment of my website. My problem is as follows:- I am using asp:hyperlink in my masterpage as-- <asp:HyperLink ID="HyperLink9" runat="server" Text="Expert" Font-Underline="False" ForeColor="White" NavigateUrl="~/exam.aspx?cat=css_ex" ToolTip="Expert in CSS?"></asp:HyperLink> and in exam.aspx page , i am retrieving the values from exam … | |
I have an asp.net griedview that includes a radio button. My application can sucessfully retrieve data and display it in the gridview. But when I select the radio button that corresponds to the row I want to delete and click the delete button, I get the following error: "Input string … | |
Hey guys, Im working on a website that uses an access database to display food items from a menu. I have a login form/accounts made. I want the admin to be able to EDIT the menu from within the website. But the customer is unable to edit the menu and … | |
I have a web application which have a datalist within a datalist. The outer datalist make parent items and the inner one the child items both with checkboxes for selection. I am retrieving these items from a database. THE PROBLEM: 1. I want the parent item to be checked/unchecked automatically … | |
Hey Im trying to make a social network (local based, not anything to take on other social networks) but Im not going to reinvent the wheel and make everything from scratch. Thats why Im asking if there is any CMS/library/etc to make my life easier. Im going to use C#/ASP.NET … | |
public partial class Main_Activity : System.Web.UI.Page { private string constr = ConfigurationManager.AppSettings.Get("constr"); protected void Page_Load(object sender, EventArgs e) { if (Request.QueryString["cid"] != null) { loadData(Convert.ToString(Request.QueryString["cid"])); } else { loadData("all"); } } private void loadData(string catId) { phContents.Controls.Clear(); DataTable DT = new DataTable(); OdbcCommand cmd; OdbcConnection conn = new OdbcConnection(constr); if … | |
i have one combobox and it is containing some items when ever i changed that item the output is generated according that it means i store databases in my combobox the default item is "select" like this I have so many forms when ever i changed my cbdatabaselist that database … | |
Hi guys, does anybody know about render issue in WPF while using windows 7? I am facing render issues when I use effects like shadow or blur. Most controls do not appear or keeps blinking. Is there any solution to fix this problem? | |
Hi, I have a designed a page in asp.net. I want to setup in IIS that page so that if i enter localhost it will take me to that page. Kindly help me how to do it. Regards Vivek | |
function checkDate(sender,args) { //create a new date var and set it to the //value of the senders selected date var selectedDate = new Date(); selectedDate = sender._selectedDate; //create a date var and set it's value to today var todayDate = new Date(); var mssge = ""; if( todayDate -selectedDate >=18) … | |
Hello, Something really weird started happening in my web application. I have some buttons defined in a Master Page File and then I have a lot of pages that derive from this Master Page file. One of the buttons (In the master page file) closes the user session. This means … | |
Im uploading student details that are tab seperated within a text file. If a submitted ID was added sucessfully to the database i want to add the submitted details to a gridview to allow the admin to see the total of submitted students. //student details from the submitted text file … | |
I have been going through the motions and still cannot seem to get this right. I have textboxes in a gridview that are populated from an access database. They are all datetime values. In the backend code, I am trying to loop through all those values and then apply conditional … | |
I have a table that stores last name, middle name and first name. I insert values in these columns using a stored procedure. But for those whose names doesn’t have middle name like Marry Jones, Laite Manuel, etc, when I click into insert button, the stored procedure reports an error … | |
hi.. am new for asp.net... tried all net solution... but nothing can work... how to print a asp.net web page???? | |
Hello, i am working on a section of a project, that uses large number of sum methods. These sum methods are applied on a Datatable To test the best method, i use the following **Datatable structure** Class ParseLog { public DataTable PGLStat_Table = new DataTable(); public LogParser() { PGLStat_Table.Columns.Add("type", typeof(string)); … | |
I need help on my project that 1) what are the administartor privilages? 2) what are database except Customer, Product & Transaction? | |
i want to include content of some other site on my website..... Suppose i want to display the headlines from all major news sites into my page..... the technique is Screen Scraping but i was not able to implement it..... i heard it can be done by "sgmlreader" but that … | |
i have use a sending mail code but problem is that exist when i have send mail offline it sending but when i have publish my website and then upload this website and then sending mail so a error is occur error is The transport failed to connect to the … | |
hello!! i want to read username from database then pass the username in session how its possible using c# in asp.net?? | |
I have my web application up and running on my production server. It uses a form for logging in. But there is a little problem with some usernames that we working fine previously and suddenly stoped working. When these users try to log in the server reports that the user … | |
Hi How can add display data from 4 variables in a dynamically created textbox which is inside dynamically created table, row and cell here is the code which is working fine and adding text also at the time of textbox creation but I want to add different variable values in … | |
Ok so I have made ASP.NET website I have used Access database 2010 but I am having problems with one particular thing when I try and run the website I am getting this error which says OleDbException was unhandled by user code and Could not find file 'C:\Program Files\Common Files\Microsoft … |
The End.