13,936 Topics

Member Avatar for
Member Avatar for spring_patel

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 …

0
69
Member Avatar for Syed Anwar

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 …

0
45
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
446
Member Avatar for Franco22

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 …

Member Avatar for Serunson
0
39
Member Avatar for IIMarckus

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 …

Member Avatar for junior_jie
0
2K
Member Avatar for SheSaidImaPregy

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 …

Member Avatar for SheSaidImaPregy
0
92
Member Avatar for cmhampton

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 …

Member Avatar for SheSaidImaPregy
0
212
Member Avatar for kranthi1286

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

Member Avatar for DangerDev
0
97
Member Avatar for serkan sendur

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

Member Avatar for serkan sendur
0
86
Member Avatar for Corna

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 …

0
54
Member Avatar for SheSaidImaPregy

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 …

Member Avatar for SheSaidImaPregy
-1
125
Member Avatar for ebabes

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 …

Member Avatar for ebabes
0
129
Member Avatar for ebabes

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?

Member Avatar for ebabes
0
146
Member Avatar for lagyossarian

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 …

Member Avatar for SheSaidImaPregy
0
62
Member Avatar for SheSaidImaPregy

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 …

Member Avatar for SheSaidImaPregy
0
106
Member Avatar for dealered

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 …

Member Avatar for dealered
0
129
Member Avatar for yobehcor15

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 …

Member Avatar for SheSaidImaPregy
0
184
Member Avatar for vipinsgangwar

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 …

Member Avatar for serkan sendur
0
71
Member Avatar for kapil.goyal

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 …

Member Avatar for Hausen
0
411
Member Avatar for sbv

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

Member Avatar for sbv
0
129
Member Avatar for dealered

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

Member Avatar for SolTec
0
112
Member Avatar for serkan sendur

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

Member Avatar for SheSaidImaPregy
0
110
Member Avatar for SheSaidImaPregy

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 …

Member Avatar for majestic0110
0
130
Member Avatar for serkan sendur

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?

Member Avatar for serkan sendur
0
772
Member Avatar for umarqadir

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

Member Avatar for srikanthkadem
0
97
Member Avatar for Kusno

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.

Member Avatar for srikanthkadem
0
68
Member Avatar for majestic0110

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 …

Member Avatar for majestic0110
0
255
Member Avatar for ebabes

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

Member Avatar for ericstenson
0
155
Member Avatar for rogelioz

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.

Member Avatar for SheSaidImaPregy
0
72
Member Avatar for EduardoAndres

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 …

Member Avatar for SheSaidImaPregy
0
121
Member Avatar for johnny.g

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 …

Member Avatar for SheSaidImaPregy
0
104
Member Avatar for bagi

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 …

Member Avatar for dlluna
0
199
Member Avatar for johnny.g

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 …

Member Avatar for SheSaidImaPregy
0
197
Member Avatar for kingflux

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 …

Member Avatar for kingflux
0
163
Member Avatar for arunsolanki31

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 …

Member Avatar for SheSaidImaPregy
0
116
Member Avatar for johnny.g

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 …

Member Avatar for johnny.g
0
172
Member Avatar for Paddy533

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 …

Member Avatar for serkan sendur
0
51
Member Avatar for srinukatkam

Hi guys in databrid emp table is there but that table will show assending order by all fileds

Member Avatar for serkan sendur
0
54
Member Avatar for ebabes

I wish to insert an [B]swf[/B] files in ASP.Net, how can I do it? What is the code in ASP.Net?

Member Avatar for ebabes
0
253
Member Avatar for arunsolanki31

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

Member Avatar for nukewarm
0
84
Member Avatar for gilsygirl

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.

Member Avatar for Serunson
0
61
Member Avatar for Paddy533

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 …

Member Avatar for Serunson
0
64
Member Avatar for u4umang2001

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 …

Member Avatar for balajipdv
0
316
Member Avatar for hwa

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 …

Member Avatar for hwa
0
173
Member Avatar for daniyah

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 …

Member Avatar for SheSaidImaPregy
0
63
Member Avatar for cmhampton

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 …

Member Avatar for cmhampton
0
159
Member Avatar for ItsMeYuvan

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 …

Member Avatar for SheSaidImaPregy
0
157
Member Avatar for Jihad

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

Member Avatar for SheSaidImaPregy
0
55
Member Avatar for Jihad

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

Member Avatar for SheSaidImaPregy
0
87
Member Avatar for tgreer

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]

Member Avatar for SheSaidImaPregy
0
215

The End.