13,153 Topics

Member Avatar for
Member Avatar for k.d.m

Hi, I am using VS 2008 express edition. I want to use asp.net configuration tool .But when i execute the tool it is not working. It display this message in browser '[B]An error was [/B][B]encountered. Please return to the previous page and try again. [/B]'. even though i refresh the …

Member Avatar for ITchimes
0
263
Member Avatar for erum

i have code [CODE]Protected Sub btn_submitt_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_submitt.Click Try If (ddl_Country.SelectedItem.Text = "Select Country") Then Me.Label1.Visible = True Me.Label1.Text = "Please Select Country" Else Me.Label1.Visible = False Dim n As Int32 Dim connString As String = System.Configuration.ConfigurationManager.ConnectionStrings("containerConnectionString").ConnectionString Dim con As SqlConnection = New …

Member Avatar for erum
0
138
Member Avatar for alokas88

I want to learn ASP.net and VB.net . Can anybody reccommend a proper site or some resource so that i can start from scratch . Something like w3 schools .

Member Avatar for mjhurdle
0
117
Member Avatar for gabrielmusa

I have a gridview which i'm scrolling using marquee and a Jscript code.it is working very well but want it to scroll seamlessly without leaving blank white spaces inbetween scrolls. below is the jscript im using to scroll. Thank you in advance for your help. <SCRIPT type ="text/javascript" LANGUAGE="JavaScript"> <!-- …

0
64
Member Avatar for jimbennett57

I am trying to add an Active Directory user to a group, and get "The server is unwilling to process the request." on CommitChanges(). I know I am binding to the directory OK and am finding both the groupDN path and userDN path, as I can return the GUID for …

Member Avatar for bart6961
0
245
Member Avatar for joycetan

i have a gridview with a column of checkboxes. the check_all function work well but when i insert tablesorter to sort my gridview, the check_all function cant work. below is my code: [CODE] <title></title> <script src="Scripts/jquery-latest.js" type="text/javascript"></script> <script src="Scripts/jquery.tablesorter.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { $("#gvMsg").tablesorter() }); </script> <script type="text/javascript"> …

Member Avatar for catherine sea
0
380
Member Avatar for Sinha's

Hello Frends, I have an application where I am trying to connect MS Access DB with a ASP.Net(C#) Page and the same application also connect to the MS SQL Server (Working Fine). While connecting I am having following [B]error:[/B] _____________________________________________________________________________________ [B]Server Error in '/manager' Application. The Microsoft Jet database engine …

Member Avatar for catherine sea
0
316
Member Avatar for pharindra
-3
82
Member Avatar for ChaosKnight11

Hi. I am working on a visual C++ app and I was wondering if it is possible to use PostgreSQL for database interaction instead of the default SQL Server? I saw a connector for .NET but it's written in C#, will that work for a C++ app also? Or is …

Member Avatar for Stefano Mtangoo
0
325
Member Avatar for nirveshverma

hi actually nowadays i design my website to make as a marketplace,but i don't have any idea about how the space is alloted to user or make a new table in database for the user . i mean when user register then how they store his information,upload pics etc. into …

Member Avatar for lili.edryana
0
115
Member Avatar for dirkjan75

Hi, I have read many post obout n-layer programming, but still have found no good example or reply on some fundamental issues that I have. I use 3 tier (Dal, BLL, Pll) and for some gridview I want to present the following in one column: the fields period 1, period …

Member Avatar for dirkjan75
0
138
Member Avatar for erum

take a look here [url]http://www.gfln.org/default4.aspx[/url] now when u click on radio button 1(from 1 to 7) it generate 3 <TD> (two have text name and telephone and other have textbox which is server side control)on run time now problem is whne u click on any other radio button say greater …

Member Avatar for dkwired.com
0
132
Member Avatar for Dajer

Hi friends I have created a module in dotnetnuke recently,now I want to delete it.but when i try to delete it,I will face this Error: [CODE] DotNetNuke.Services.Exceptions.ModuleLoadException: Version string portion was too short or too long. ---> System.ArgumentException: Version string portion was too short or too long. at System.Version..ctor(String version) …

0
60
Member Avatar for erum

can u correct the error Parser Error Message: Type 'System.Web.UI.UpdatePanel' does not have a public property named 'table'. i have following code [CODE]Public Partial Class WebForm1 Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub Protected Sub RadioButtonList1_SelectedIndexChanged(ByVal sender As Object, ByVal e …

Member Avatar for erum
0
260
Member Avatar for ibdatx

Hi, I have a WPF program written in C# that updates an Xml file from a textbox when a submit button is clicked. The code works as I can tell that the xml file is updated after the execution of the program, however I would like the update in real …

0
80
Member Avatar for mikesowerbutts

Hi, I have some code which creates a PDF based on the data posted to the entry point page (print.aspx). When I run a page with multiple frames in, each accessing the main print.aspx and posting data etc. but for some reason each frame loads one at a time, rather …

0
166
Member Avatar for erum

have a single look on code based on jquery,the code is running fine but the problem is when ever i click on any radio button to create div it created div but overlap each other ,i added blank row or <BR> but useless any help [CODE]<body> <form id="form1" runat="server"> <div> …

Member Avatar for Taywin
0
269
Member Avatar for tru927

Hello, Please help with my first post to daniweb. I would like to create a search form using [B]asp.net in VB.[/B] Looking for a working sameple to learn from. Search form will be multiple checkboxes. Each checkbox will be connected to boolean field in [B]access db [/B]for accessdatasource control Upon …

0
59
Member Avatar for judithSampathwa

Hi, I need some guidence or some tutorials which will teach me how to do , i am not sure is this the correct forum i am in. i need a way to upload any kind of file from the fileUpload control to MySQL server how can i do this, …

Member Avatar for judithSampathwa
0
979
Member Avatar for lilsmurf

I'm working on a program and when I try to run it, I am receiving an error stating "The connection name 'ConnectionString' was not found in the applications configuration or the connection string is empty." Here is my code: [CODE] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="CustomerDisplay.aspx.vb" Inherits="CustomerDisplay" %> <!DOCTYPE html PUBLIC …

Member Avatar for kouroshnik
0
105
Member Avatar for router.exe

I have a web app that when run locally runs as intended. Once published to my server it does not. The issue is related to sql's integrated security. The webservice/sql call is using "domain/machinename" as the login, instead of my active directory credentials. There is no sql security login for …

Member Avatar for vuyiswamb
0
85
Member Avatar for canterorist

hi! i have problem with my form. I cannot connect with home.aspx when i submit it, there is nothing happen. Can anyone tell me whY? HERE'S MY CODE: file name: Registration.aspx [CODE] <form id="form1" runat="server" method="post" action="home.aspx"> <div> <table style="height: 141px"> <tr> <td><label>Name:</label></td> <td> <asp:TextBox ID="txtname" runat="server"></asp:TextBox></td> <td class="style1"> <asp:RequiredFieldValidator …

Member Avatar for vuyiswamb
0
95
Member Avatar for bluem1

Team - I hope you can help me here. I am converting an old ecommerce site to a newer asp.net site but I need to retain the old cart. The cart is unique in that it uses forms to post the items into the cart. So if a page listed …

0
106
Member Avatar for David_B

Hi All, New here and very new to .Net. I am currently trying to learn about consuming web services within .net and am having trouble with the following example. I have the WSDL file to contact a vehicle look up web service which based on the selection in a drop …

0
90
Member Avatar for girishankar

hi, I've jus started my career in dot net. Can anyone help me how to design a video window in which other video should be rolling below. Similar to rolling images in jquery...

Member Avatar for AndreRet
0
72
Member Avatar for snehalj

[CODE]year = GridView1.Rows[i].Cells[5].Text; [/CODE] i have written above code for getting value of particular cell from gridview. but now i want to store variable value in particular cell of gridview.

Member Avatar for pharindra
0
96
Member Avatar for Dhruv Shah

I am developing a web site based on Job Application. Now when i run this site at my client's computer the pages are look much wider. I have 17 inch Monitor and my client has 15 inch monitor. So how could i slove this problem regarding the screen resolution. Please …

Member Avatar for sivabalakiran
0
451
Member Avatar for gameon

can anyone tell me how can i implement login feature like daniweb. i am using asp.net with c#.

Member Avatar for asad_dani
0
81
Member Avatar for swornavidhya_m

Hai, I've provided with jitbit software to configure a forum newly for our existing website, and the forum must look like jitbit forum. My boss asked to create a sample standalone forum, which looks like jitbit forum. I've created the virtual directory called forum in my local computer's iis, and …

0
62
Member Avatar for srky

Hello Friends, I want to know that how to collapse the rest of the tree node when we are going to click the next node in the tree,After clicking the selected node the rest of the deselected node should be collapse and only selected node should show the expanded tree. …

0
60
Member Avatar for dotnextnewb

I have created a UserControl Popup window and called that xaml file into another file. Imported the namespace. When I am trying to build this project an error at this below given code: [code=xaml] <Popup x:Name="POP" IsOpen="False" PlacementTarget="{Binding}" Placement="Center" AllowsTransparency="True"> <a:PopUpWindow x:Name="pp" /> </Popup> [/code] Error at [code=xaml] <a:PopUpWindow x:Name="pp" …

Member Avatar for alc6379
0
160
Member Avatar for gameon

hey i am using embed tag for video. now i want to change my embed src dynamically so i am using javascript but it does not work. here is my code: javascript-: [CODE] function playvideo() { document.getElementById("play").innerHTML='<embed id="id" src="./video/1.wmv" />'; } [/CODE] aspx-: [CODE] <asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="playvideo();" /> …

0
58
Member Avatar for girishankar

can suggest me a jquery which is used for rolling videos...like if i click on particular video it should be played...

0
59
Member Avatar for bondo

I haven't been able to find anything on this that's very useful anywhere else. Does anybody know if any of the available Virtual Machine software out there works the .NET framework? It make sense to me that it would. If you can install Windows XP or Vista, you should be …

Member Avatar for protosatori
0
172
Member Avatar for canterorist

hi! in php i use md5 function to encrypt a password. how about in asp.net is their a built in function? please help me. i'm new in asp.

Member Avatar for canterorist
0
71
Member Avatar for prasanthsagar

Hey all, I want some links where i can find Analog clocks using asp.net. regards, Prasanth

0
53
Member Avatar for Aaron44

I have created a csharp script that connects to my sqlexpress database. It works perfectly in my test environmnet. When I upload the web application to discount asp.net I cannot connect to the database using the hookUp command. The web.config file is working, I can connect to the database and …

Member Avatar for Aaron44
0
99
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 ansari.wajid

Hi Friends Please check this link in IE8: <a href="http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx">http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx</a>. If you select first link below page title from right in the above link, You will see a jcarousel in the bottom which is not displaying correctly...But when I see it on my local machine its showing up correctly but …

Member Avatar for ansari.wajid
0
103
Member Avatar for MARKAND911

my iis doesnt support the com componets. I run my web application on localhost it runs fine. But when i ran it on server it doesnt give response. what to do.

Member Avatar for simongh2
0
32
Member Avatar for farehan

Hi. I want to ask about this code. I'm trying to upload csv file and import into sql. but this code doesnt working.[CODE]protected void LinkButton1_Click(object sender, EventArgs e) { Response.Redirect("login.aspx"); } protected void Button4_Click(object sender, EventArgs e) { string filePath = FileUpload1.PostedFile.FileName; string filename = Path.GetFileName(filePath); string ext = Path.GetExtension(filename); …

Member Avatar for simongh2
0
127
Member Avatar for swornavidhya_m

I have to do an module program which downloads pdf files in the client side. Currently, when users download the file, the url of the downloaded file is viewed by the user. Modification instructed: 1. In the page where the file download is requested, the url of the downloaded file …

Member Avatar for simongh2
0
121
Member Avatar for jaejoong

can I do this? [CODE]response.write (label1.text = exist!)[/CODE] if not.. can someone tell me how to do this.. thanks in advance..:)

Member Avatar for simongh2
0
95
Member Avatar for asiaenforcer

I have able to generate several labels and textboxes based on a table in the database during runtime. My problem is that I could not get these values from these textboxes whenever a user changes these values and update them. Thank you for any answer or idea. I am using …

Member Avatar for simongh2
0
217
Member Avatar for Machal

Hi! I have simple web application called App that is secured with Windows Authentication. I have set identity impersonate to true in web.config. There is only one page (Default.aspx) in App directory. When user enters the site ex.: [url]http://localhost/App[/url] the login window pops up. When user clicks Cancel, IIS redirects …

Member Avatar for simongh2
0
681
Member Avatar for silayse

hi! I have a datatable ,I need a linechart shows 2 value from datatable(like velocity vs distance) and their date.But I cann not achieve this is my code public void grafikOlustur(LineChart lc_sorgu, DataTable dt) { lc_sorgu.Graphs.Add(new LineChartGraph()); string[] b = new string[dt.Rows.Count]; for (int i = 0; i < dt.Rows.Count; …

Member Avatar for jrubengb
0
111
Member Avatar for ptemedia

Hi, I have an objectdatasource showing lots of details for a particular product. In the table of products, there is an extra field which is either 'yes' or 'no' Is there a way in the cs code or javascript to make an image visible="true" if the value is 'yes' thanks

0
78
Member Avatar for wonder_laptop

Im Writing a c# Code that Takes an Excel Sheet ,creates the Corresponding SQl table and Dumps the data in a new table in SQL. Now My problem is: In the " create table" command , i have to specify the DATATYPE for the column !i.e. CREATE TABLE "table_name" ("column …

0
143
Member Avatar for vinayak.v

hi...... to all i have one problem in executing the ssrs reports.. i've developed one project for that project there are some SSRS reports which are deployed in path ( "http://localhost/reports/") it is working fine... when i run through the project and press F5 ( i.e execute) the reports are …

0
77

The End.