13,153 Topics

Member Avatar for
Member Avatar for bo0ga

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

Member Avatar for thines01
0
242
Member Avatar for mrjimoy_05

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

0
70
Member Avatar for katherinedamon

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 …

Member Avatar for katherinedamon
0
149
Member Avatar for Mr. Tei

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

Member Avatar for JorgeM
0
91
Member Avatar for venkateshyeluri

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

Member Avatar for Mitja Bonca
0
1K
Member Avatar for RickCJ7

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

0
130
Member Avatar for SukhyDean

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 …

Member Avatar for SukhyDean
0
205
Member Avatar for Verygoodguy

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 …

Member Avatar for kvprajapati
0
289
Member Avatar for tukky

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 …

0
163
Member Avatar for ariez88

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 …

0
102
Member Avatar for riahc3

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 …

Member Avatar for riahc3
0
152
Member Avatar for Aviplo

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 …

Member Avatar for JorgeM
0
136
Member Avatar for suribabuk

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 …

0
92
Member Avatar for Sahil89

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?

Member Avatar for Sahil89
0
115
Member Avatar for vivekanandaan

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

Member Avatar for JorgeM
0
138
Member Avatar for vidyade

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

0
73
Member Avatar for MrCapuchino

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 …

Member Avatar for MrCapuchino
0
240
Member Avatar for barriegrant1

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 …

Member Avatar for barriegrant1
0
129
Member Avatar for Jason666

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 …

0
106
Member Avatar for Verygoodguy

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 …

Member Avatar for himanshu.1691
0
145
Member Avatar for sathya88

hi.. am new for asp.net... tried all net solution... but nothing can work... how to print a asp.net web page????

Member Avatar for hericles
0
83
Member Avatar for apals

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)); …

Member Avatar for thines01
0
348
Member Avatar for vinnitro

I need help on my project that 1) what are the administartor privilages? 2) what are database except Customer, Product & Transaction?

Member Avatar for hericles
0
103
Member Avatar for himanshu.1691

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 …

0
122
Member Avatar for shyamraghu

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 …

Member Avatar for JorgeM
0
191
Member Avatar for mani508

hello!! i want to read username from database then pass the username in session how its possible using c# in asp.net??

Member Avatar for JorgeM
0
88
Member Avatar for Verygoodguy

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 …

Member Avatar for Verygoodguy
0
159
Member Avatar for vishalonne

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 …

0
87
Member Avatar for Muni123

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 …

Member Avatar for Lusiphur
0
225
Member Avatar for Amar Rawat

How can we validate Textbox Date of Birth . in asp.net which take input more than 18 years.

Member Avatar for hericles
0
89

The End.