5,691 Topics

Member Avatar for
Member Avatar for Pardeep Kumar
0
47
Member Avatar for Jal_Pari

what is d code for using "FRAME" in asp.net??? Is there any such code??? OR How to design "Frames" in asp.net???

Member Avatar for vuyiswamb
0
34
Member Avatar for ArtistScope

Am sending email using CDOSYS and finding that it works ok with a hard coded email address in the TO field but it doesn't work when I use a variable. This works... [ICODE]ObjSendMail.To = "myEmail@some.com"[/ICODE] This doesn't work... [ICODE]ObjSendMail.To = strEmail[/ICODE] giving an error... Microsoft VBScript compilation error '800a0401' Expected …

Member Avatar for ArtistScope
0
75
Member Avatar for itwebguy

I am using a FileUpload control to allow the user to import the contents of an Excel spreadsheet into an DataAdapter and then import into an Oracle database table. This works great when I use a local filesystem project. However, when I try to run this on the server, I …

Member Avatar for kvprajapati
0
121
Member Avatar for gameon

hello... i am creating a video library using asp.net. i am new with asp.net with c#. in it i use datalist for images and hyperlink of video. now i want to play video in other page by click on image which have hyperlink of video. so what to do? if …

Member Avatar for kvprajapati
0
404
Member Avatar for manishDeveloper

Hi I am Manish working as software developer at spaze technologies south-ex. I am new to Daniweb.

Member Avatar for WASDted
0
18
Member Avatar for ptemedia

Hi I have been searching many forums including this one and not found the answer to this anywhere (sorry if it has been and I have missed it) I have a drop-down list in my website. The user can use this to browse the categories and then select a product. …

Member Avatar for ptemedia
0
478
Member Avatar for nellychang
Member Avatar for ArtistScope
0
41
Member Avatar for jaejoong
Member Avatar for snehalj

above code not working, y is 2010 and year0 is also 2010, as per my knowledge Equal should be displayed as output, but the condition does not get equal. Pls help me for this.

Member Avatar for snehalj
0
553
Member Avatar for caitlins5

Hello, I have an asp form page that works in IE but I receive an error in Firefox that says: "There was an error on this page. Error description: undefined Click OK to continue" Here is the code of the page below: [CODE] <html> <head> <script src="/backoffice/includes/jquery-1.3.2.min.js"></script> <script src="/backoffice/includes/jquery.validate.js"></script> <script …

Member Avatar for ArtistScope
0
202
Member Avatar for Dani

After being requested to write a tutorial a few times, I've finally found the time to create a mod_rewrite tutorial for vBulletin 3. What this tutorial will allow you to do is make your vBulletin forum search engine spiderable - for Google and all the others. [i]<< update >>[/i] [i][b]This …

Member Avatar for zuerich-finanz
1
8K
Member Avatar for Roses89

hey guys, i had a quick question. does anyone know wether it is possible to have a dropdownlist and radio button list in a formview or is that not possible?if it is then how and if not, is there anyother way i can do that?

Member Avatar for Baradaran
0
107
Member Avatar for ptemedia

Hi. I am making page which in essence is like a recent history section. When an item is viewed, a cookie is set storing its ID. I have managed to read the cookie and make a pop-up to display its data so I know it works. Does anyone know how, …

Member Avatar for Baradaran
0
91
Member Avatar for snehalj

i have gridview in my project and database records are displayed in that but if i want to edit the row then wht code should i write?? pls help me for this.

Member Avatar for sujimon
0
154
Member Avatar for haro2x

i have an free web host on aspspider.com and i have made an page with asp.net and a sql database under root\Database\db1.mdf. the code on my page is in c#. i have an code for db acces but it doesent work [CODE] string connectString = @"Data Source=~\root\Database ;Initial Catalog=DB1"; System.Data.SqlClient.SqlConnection …

Member Avatar for sujimon
0
168
Member Avatar for moxdillin

Hi everyone, i got very good help from daniweb with regards to my project; online project allocation system in drawing up my erd but now i need serious help with the asp coding as that is what stands between me and my first class and time. I would need help …

Member Avatar for krishnaoptif
0
34
Member Avatar for sumisudhakar

I am currently working in an ASP.Net application where i need to implement ASP.Net Membership and Roles. I have used Login controls in my pages. Also I am using a menu in the master page, which is getting data bindings from database. For data bindings I am using XMLDatasource and …

0
156
Member Avatar for piranha3d

Hello everyone! I wanna know If how will I get the values from the selected checkboxes of my datagridview, the values of the textboxes on the right and how will i put the selected values in a Session? thanks in advance! heres the pic of my project. [url]http://i53.tinypic.com/2cz7z2o.jpg[/url]

Member Avatar for Sals
0
370
Member Avatar for DongleDaniel

Morning/Afternoon/Evening... Been up now for about 7 hours trying to figure this out and been googling too much... Trying to basically Connect to my active directory server on the FYP.Com Domain ip address 10.10.10.1 and pull of a lise of uses within the Users OU. Tried playing around with the …

Member Avatar for kvprajapati
0
129
Member Avatar for canterorist

hi! In php we use this [CODE]<a href="hello.php?a=1&b=2">hello</a>[/CODE] so that when we click, the $_get will catch the value of a and b. If i used asp.net what is the code to link for it?. I need your help, I'm new in using asp.net.

Member Avatar for canterorist
0
176
Member Avatar for itslucky

Dear Friends, I am developing such a website where i have uploaded the ringtones for mobile phones, and i need to know that how can i play the ringtone in the [B]Asp .net C# pag[/B]e. before download user can [B]listen[/B] the ringtone and same action can done with Videos. Please …

Member Avatar for kvprajapati
0
195
Member Avatar for bevssi

I'm rather new to this and really need some help. I know I'm close but I just can't get this to work. My omonth table has only 2 fields, id and month. I want a drop down to lists the months and I want the selected value to become a …

Member Avatar for bevssi
0
143
Member Avatar for ptemedia

Hi, I have an objectdatasource as shown: [CODE] <asp:ObjectDataSource ID="ObjectDataSource2" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetProducts" TypeName="ProductsDALTableAdapters.ProductsDTTableAdapter" MaximumRowsParameterName=""> <SelectParameters> <asp:QueryStringParameter DefaultValue="" Name="Param2" QueryStringField="ID" Type="Int32" /> <asp:Parameter DefaultValue="???" Name="Param1" Type="String" /> </SelectParameters> </asp:ObjectDataSource> [/CODE] This returns products that include (in a particular field) what is placed instead of ??? with the exception of the …

0
105
Member Avatar for sooriamca

Hai i need a coding for Login and its validation in asp.net using vb.net.. Am currently using SQL Server Express Edition 2005 software as my backend...

Member Avatar for sujimon
0
166
Member Avatar for divyamalli5

Hi, Could you please explain or suggest some links for calling Virtual Directory file and returning attribute to the registry? I need to return values back to asp page from aspx. Thanks in advance.

0
53
Member Avatar for flxbbs

Hello Below is my entire code of a mobile application. The 4th form with the ID "bookDetails" is supposed to be used to retrieve data from a database called butternut3.mbd. I am currently stuck on writing a code in the script part, for a user to search and view details …

Member Avatar for ArtistScope
0
108
Member Avatar for achinaseller
Member Avatar for kcire015

Hi everyone! I'm currently doing my assignment and I'm stuck on making a form that uploads a picture, save it in a database and retrieve it via datagridview. I don't know where to start, i don't have any idea on putting objects in a database. Can't seem to find a …

Member Avatar for ArtistScope
0
69
Member Avatar for bobymathews

In php we use the following code to block the url link passing via text boxes or textarea on form submit(For avoid bad link passing from contact us form ).Is there any methode like this in classic asp using vb. if($_POST['Register']) { $username=$_POST['username']; if (preg_match('~(?:[a-z0-9+.-]+://)?(?:\w+\.)+\w{2,6}\S*~i', $username)) { die('Access Denied Avoid …

Member Avatar for achinaseller
0
130
Member Avatar for jackparsana

hi, please help me to apply style to fileupload control in asp.net. can i change style? thanks jack

0
87
Member Avatar for sanapathan
Member Avatar for glennt

I have an ASP.NET application that runs one way when I run it within Visual Studio 2010 (the way it should), but when I publish it onto the web server and run it there, it runs differently. I have reset IIS (iisreset), shutdown and restarted the web site, deleted the …

Member Avatar for MichaelWClark
-1
115
Member Avatar for bhbooton

I am creating a asp.net master page with a menu (asp:Menu) that is populated from a web.sitemap. My client wants the format of the page to meet his already existing html pages. I'm trying to manipulate the borders surrounding the menu items. So far, all I've found is the ability …

0
81
Member Avatar for snehalj

How check that database record is not present in ASP page? i have two combo boxes, selecting both if the record is present in the database it is showing, but if the record is not present how to check that & how to show msg?

Member Avatar for snehalj
0
108
Member Avatar for nebyas

Dear Friends, I devloped a web application in ASP.NET/ Sql Server 2008 and tested in development pc. It is working fine. But when it is deployed in Server running windows 2003/ IIS 6/ Sql Server 2005 and 2008, it is giving access error. "Error 26. Cannot access the database". I …

0
54
Member Avatar for lewilaloupe

Hi, I'm sure this has been discussed here somewhere, but I can't find exactly what I want... I have a form set up that is sent to different email addresses based on field selections. Sometimes that user will need to attach a file to send too. I have found code …

Member Avatar for lewilaloupe
0
232
Member Avatar for farooq82

Hello Everyone, I am create a shopping application. I have load all products to gridview with a button with rowcommand event. When I click on add cart button the current row will be add to a object of girdview row. Now how will i get value of qty which is …

Member Avatar for guru_sarkar
0
134
Member Avatar for malcolm2979

Hi there I have created a simple form for my assignment in Front Page(FP) Which has to submit info to a MDB file MDB file was created by FP its self. the thing is when i click submit it gives me a successful submit confirmation but when i open the …

Member Avatar for ArtistScope
0
202
Member Avatar for bobymathews

How can block url in asp? here i could only when the input is https://www.myopenid.com ie, when it starts with https://www.myopenid . But i want to block the input in the following cases 1) www.myopenid.com (here .com ,.in ,.org etc) 2) myopenid.com I give asp code below that i used: …

Member Avatar for ArtistScope
0
151
Member Avatar for ryathegr8

hi i m using vista OS n trying to download free version or trial version of microsoft visual studio 2005 0r 2008 enterprise or professional edition ...but its makes problem ..some times compatability and some times upgrading problem..... . can anybody give me a link for MS VS 2005 0r …

0
49
Member Avatar for Shiban

[CODE]Guys I've a problem. I'm using access 2007. The file name has an extension .accdb . I created a table called 'login' in the db file named 'MySite_Database.accdb'. My HTML looks like this : [COLOR="Red"]<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="login.aspx.vb" Inherits="login_to_site._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html …

Member Avatar for orclboy
0
1K
Member Avatar for dougancil

I have two text boxes starttimeInput and endtimeInput that have regularexpression validators to only accept input of time variables (11:00 am, 12:15 pm, etc) and then a durationLabel where I want to calculate between the start time and end time and present it to the user as minutes. Here is …

Member Avatar for dougancil
0
88
Member Avatar for shafaatmosvi

What is wrong with this code?: [code] <%@page language="vb"%> <%@import namespace="system.data"%> <%@import namespace="system.data.oledb"%> <script runat="server"> sub page_load(o as object, e as eventargs) dim conn as new oledbconnection( _ "Provider=microsoft.jet.oledb.4.0;" & _ "Data source=c:\users\asus\desktop\banking.mdb.mdb;") dim ds as new dataset("mydataset") dim objcmd as new oledbdataadapter("select * from tblusers " & _ "where …

0
55
Member Avatar for sahanaC

I have uploaded audio files (saved them) into the SQL Server 2005 database. I need to prepare a "play sound" button to allow users to click it and listen to the sound. I have the following code to retrieve the audio file from the database. protected void playsound_btn_Click(object sender, ImageClickEventArgs …

Member Avatar for MichaelWClark
0
800
Member Avatar for anetta

Hello How to place a MYSQL database in my ASP.NET site? In what format I produces the file for my APP_DATA database folder to place it. How to build CONNECTION STRING to database located in APP_DATA I created a site communicates with a LOCALHOST database Now I want to import …

Member Avatar for anetta
0
286
Member Avatar for Ain Hazrin

hi..i'm juz wanna ask how to develop chat application by using asp.net and c# language..?? i have to develop chat application for my final year project..if anyone have an idea please, give me your help..

Member Avatar for sundarchum
0
128
Member Avatar for b9678123

Hi, I have a Gridview on Default.aspx. There is a ButtonField (Button Type: Button) on the Gridview1. When user click on any button of ButtonField, I want to show a pop-up of size 500x400 px with a Label, a Textbox and a Button. Please help me in achieving this as …

Member Avatar for sundarchum
0
385
Member Avatar for Steven_C

Hi all, i am new to VB.NET/ASP.NET. I need a sample project for an online banking (login and view transactions). does anyone have a sample project, or anything that is close to it??? even if you have only a sample login form, i will really appreciate. thanks in advance.

Member Avatar for vanjan3.0
1
705
Member Avatar for rakeshbpatel

Hi, How to Open PDF document in asp.net web page without asking save/open/cacel dialogue . I have tried but every time it prompts for saving/opening or cancel action. Thanks in advance. Rakesh

Member Avatar for rajeshprasath
1
1K

The End.