13,936 Topics
![]() | |
Hey guys, I'm developing a quiz engine. Each quiz has 20 questions each of which has multiple choices. Now I've used a DetailsView in which i've taken 4 template fileds for radiobutton. These radio buttons are bound to the text property by corresponding field in the table. I'm able to … | |
I want to develop a LAN Messenging Software which will work just like Yahoo messenger i.e it must give chatting facility + Video + offline messages + online messages +sound/vedio conferencing + we can send and receive messages/tokens from server to client and client to server it must b a … | |
hi hope you all ok. this block is in a for each statement. [CODE]TextBox tb = new TextBox(); tb.Text = rowData[key]; cell.Controls.Add(tb);[/CODE] I need these textboxes (which are created at runtime) to be required user entry fields. Bear in mind i know how to do this with asp.net, I am … | |
Hi fellow geeks, I'm trying to come to grips with all aspects of using Microsoft's .NET framework. I've had some experience using Visual Basic 6 as well as writing macros for Excel. I'm currently trying to learn C# and ASP.NET with a view to getting some sort of certification. I'm … | |
Hey guys, I'm taking a beginner's VB/.NET class. Today we started working on a project involving a simple login form, e.g.: [code]Public Class Form1 Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click If txtUsername.Text.ToUpper <> "JOHNDOE" Then MessageBox.Show("Error: Username doesn't exist.") Exit Sub End If If … | |
Can someone help me figure this one out, in an efficient manner? Someone will be submitting text, in huge blocks, and I wish to have a function go through the text and search for either pre-defined tags or for http:// or www. and create a link out of it. Accepted … | |
Does anyone know how to create queryable collections in VB without using LINQ? I am working on creating a dynamic questionnaire system and need some help. Here's some background: The system needs to support parent/child questionnaires. I have the database model created, as well as a query that returns all … | |
Hiee Everybody, My name is Kranthi,i am doing project in ASP.NET using C#.My project is about E-learnig portal.I want validate users who are logged in.I need some code for the validating the Username,DOB,UserID,Password.PLZ help me...... | |
how do i catch events of a datalist in a repeater? I need to use datalist's ItemDataBound event but i cant use it because it is inside a repeater control. Thanks in advance | |
Hi, I'm trying to create an objectdatasource in code and then bind a gridview. ObjectDataSource objDS = new ObjectDataSource(); objDS.DataObjectTypeName = "VeriWeb_Administration.BusinessObjects.Provider"; objDS.TypeName = "VeriWeb_Administration.BusinessObjects.Providers"; objDS.SelectMethod = "PopulateProviders()"; objDS.UpdateMethod = "Update(Provider item)"; objDS.ID = "ObjectDataSource1"; I get the following error on gridview.databind() : The Select operation is not supported by … | |
I am creating a site where normally I would store this kind of information in a database. It is information that will most likely never.. EVER be changed again unless it needs administrative modification. Just possibly deleted ^^ I was thinking about storing a link in a database that leads … | |
I wish to create an application that displays a message in a label assume that the messages have been stored in a string of array. The message automatically changes every after 30 seconds. How can I do the change of the message every after seconds in ASP.Net using C# as … | |
I have seen lately from this site a listing of all fields that can be inserted inside CSS. But I can't find it now. Can anybody give me the codes for all the fields in CSS? | |
I'm pretty new to ASP.NET. I'm working in ASP.NET 2.0 and I need to create a website that has the same look and feel as an existing website. How do I capture the existing site's "skin"? I guess I want to know if there's an easy way to get all … | |
I have roughly 700 lines of javascript code going on a new site with ASP.NET. I have a question, and sadly cannot perform the competition at this moment. Would be be better and faster to just include a javascript file through masterpages, or would it be better to use stringbuilder … | |
I have an application that was written for me by a programmer who represented VFP as the "best thing since sliced bread" and that would be robust for many years in the future and more importantly handle huge customer databases over a LAN instantly. Now, after two years the server … | |
Are there any examples of Time and Attendance System, I would like to know how it works on the part where an employee logs in and the logs are being saved under his/her account when he/she views his/her logs. I am new in .NET programming using VB and I just … | |
Hi, i am new to web services. i am using a code that is running on local machine but when i uploaded it to ftp i found an error "You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to … | |
i have a class in app_code folder which implements the Ihttphandler Interface.so when the execution enter in the Processrequest method i have to use the session variables created on login page.but there is no such Session Object present there. on login page i hav created session like this session("userid")=dr("user") i … | |
Hi, I have one question related to SQL Server. But there is not forum on this. so here is my Question. While accessing multiple columns value in a single alias column we right query as follows. [CODE] Select FNAME +' '+ MNAME +' '+ LNAME as NAME from Cust_Master [/CODE] … | |
[B][/B]I have an application that was written for me by a programmer who represented VFP as the "best thing since sliced bread" and that would be robust for many years in the future and more importantly handle huge customer databases over a LAN instantly. Now, after two years the server … | |
i output cached my .aspx page for a long period of time, now i want to change some markup on the page, how can i make it invalidate its cache(make it refresh it self)? | |
I have created a profanity list and am riding text on a site that contains it. There is also a preview portion (which is below), that tells the user there is a word that is not accepted, and gives them the option to change the word or to continue with … | |
Hi fellas, i got two applications running under the same iis server. I want to pass session variables between these two applications, i.e. authenticate users in one application and allow them access in the other as well. What are my options to achieve this? | |
i want to create a signup form in asp.net.and i want to check the password with confirm passowrd.if both are same then it should be stored in database | |
Dear all, I set GridView.EmptyDataText = "No Record". The problem is when there is no record from SQL, GridView only appears "No Record", I want GridView shows all columns name and below "No Record". What should I do to do that ? Thanks, Kusno. | |
hi all I have a connection to a sql d/b that loads data into a gridview. now in this grid view I have edit buttons that process user onto the 'edit' page (a separate page). the data from the row that was selected for editing was sent to the next … | |
I wish to incorporate e-mail in my page such that when a user had pressed a button, an email will be sent to the recipient. This has been my code. [code]MailMessage mail = new MailMessage(); mail.To = "me@mycompany.com"; mail.From = "you@yourcompany.com"; mail.Subject = "this is a test email."; mail.BodyFormat = … | |
Hi, I have several forms in a html page, each one of them send parameters to a different PHP script. How can I do this on ASP.NET? Using ascx user controls? sending the parameters to C# files? Thanks in advance. | |
Greetings! I'm building a web page that in its master file has a treview navigation control. Now, this treeview has a root, a parent and leaf nodes. I'm having a problem with the post back of this control. Basically, I have set the "parent" nodes [B]not[/B] to be exapnded, so … | |
hii,,,i m using asp.net 2005 i have given login control manually using forms authentication and all.. on proper username and password it opens first.aspx....everything is workin fine. what i want is tht first.aspx should open in a pop up window with specific height and width.heres the code for login [CODE]<script … | |
HI every one I have problem with IIS AND LAN ( local area network) so When test my asp.net page localhost it works fine But I test my asp.net page through the LAN network it means other PC testing it doesn't work I check like this --> [url]http://192.168.0.20/Lib_student/welcome.aspx[/url] but 404 … | |
hiii,,i m a new member of daniweb and new to programming also.. well i have a simple login page in my website,, currently i am using standard username and password,,,but i would like to have the username and password checked from a table in the database,, i am using asp.net … | |
Hello, I am working in VS.NET 2003 with the original datagrid control. There does not appear to be a published technique for displaying alt text on the grid headers (e.g. mouseover causes a pop-up explaining what the column represents). Has anyone successfully accomplished this with the Microsoft datagrid or a … | |
i have one text box with required field validator and two button like one submit and other reset button when i click submit button then it show text box is blank when i do not type any value it is OK not a problem . if i click reset button … | |
hii,,i am using asp.net 2005 and sql server 2005.i hav a insert page thr which i can insert details to a table in the database,,thrs a column called sme_id in the table.....what i want is when a user inserts the sme_id from the webpage,it should check from the table whether … | |
Hi guys, I'm not just new here, but very new to the world of ASP.NET - So please be gentle with me :) I'm trying to pass an object between 2 pages and run into a bit of a problem. I've followed the method as described here and it works … | |
Hi guys in databrid emp table is there but that table will show assending order by all fileds | |
I wish to insert an [B]swf[/B] files in ASP.Net, how can I do it? What is the code in ASP.Net? | |
can somebody tell me about how can pass value from page to other page rathen than query string and cookies any other process .plz put some coading | |
Hello good people I am gilsygirl the big nerd in programming. Thank god i found daniweb's site and hopefully my dreams of becoming an expert programmer will be fulfilled. I [B]try[/B] to write programs in VB6, i also have a knowledge of Web development using ASP.Net. Happy to be here. | |
New guy here saying Hi. I'm VERY new to the world ASP.NET so will need a bit of hand-holding.. I've been writing software for many years though in many different technologies. My main area is MS SQL as a certified DBA/T-SQL Dev (including lots of 2005) so although I'm going … | |
Hi i want to bind a drop down list on the other drop down list selected index change event. i m using the following code--- ddlid.Attributes.Add("onchange","javascript:callfunction(this);") function is written in a seperate js file. this works in IE but not in Mozilla... plz give me the solution so that it … | |
Example: I have a table name A and have three column name OVER_DUE_DATE_TIME(date/time), DUE_DATE_TIME(date/time) and DURATION(Integer, in hours). I need to do this validation: DUE_DATE_TIME + DURATION <= OVER_DUE_DATE_TIME If the validation is wrong then should prompt the user error message. May I have this solution in C# !! Thanks … | |
Very new to Asp.net and need vb.net code for login validation...... Can i get any help please ? I've designed the front end in MS visual studio .net and it contains a username n password field and a login button . HAve created the table in SQL NOw i need … | |
I'm having trouble with finding a checkbox control on a page. I have a repeater that creates a list of items with checkboxes (so I can activate/deactivate them). The checkboxes are named as follows in the html source: ctl00$ContentPlaceHolder1$ActivateLevelZero$rptItems$ct100$chkIsActive ctl00$ContentPlaceHolder1$ActivateLevelZero$rptItems$ct101$chkIsActive ctl00$ContentPlaceHolder1$ActivateLevelZero$rptItems$ct102$chkIsActive etc... When I try to access them in the … | |
All, I am adding HTML controls with runat ="server" dynamically from my asp.net code. <form id="frm1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="Button" /></div> <div runat="Server"> <asp:PlaceHolder ID="p1" runat="server"><%=strControl%></asp:PlaceHolder></div> </form> The code behind has Public strControl as New string strControl = "<input type=""hidden"" id=""test"" value=""test1"" runat=""server""/>" Am able to view the … | |
I am making a form that should update data. well when update button is clicked the database is update,but with the same old data that was found when the page loaded, even if the text fields text changes it still save the same old data that was there at loading. … | |
How can i send more than one parameter from one page to another? its like NewPage.aspx?para1=value1 para2=value2 How can i combine the 2 parameters thanks for the help in advance | |
I've posted a new article on my site, dealing with how to integrate JavaScript and ASP.NET. It's a "beginner level" article. [url]http://www.tgreer.com/aspnet_html_03.html[/url] |
The End.