13,153 Topics

Member Avatar for
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
137
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
114
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
60
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
242
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
379
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
302
Member Avatar for pharindra
-3
79
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
324
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
112
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
122
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
129
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
58
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
257
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
76
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
151
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
262
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
56
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
977
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
102
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
83
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
93
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
104
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
86
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
70
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
91
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
437
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
77
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
59
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
58
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
157

The End.