13,153 Topics

Member Avatar for
Member Avatar for betdun

Hi, We have an web application on a customer server. This application uses access database. But database locks every 2 or 3 months. Web platform is ASP .NET. We controlled all the codes and there is no open connection or other code errors. Customer server administrator controlled it by unlocker …

0
55
Member Avatar for rakesh.kumar

Hi All... I have created a website using Visual Studio2005 express edition. I have checked my website.It's working properly. I have deployed on the server. I am in a educational institute and my institute is using proxy for the client machines.Means all the client machines have proxy. Now the Problem …

0
39
Member Avatar for selicon.valley

dear friends developing data driven website with asp.net n access database 1)plz provide the detail code with inheritence n also import classes i want to execute insert query in asp.net +vb syntax on submit button 2) if data is store i want to show in table with pages count eg …

0
66
Member Avatar for VIeditorlover

I have this problem: - no web app on server can read web.config, in any attempts to read keys is null returned. - configuration object is just empty, not null, hasKeys() returns false - ACL are set up properly, web config is read by IIS (checked with procmon) - it …

0
56
Member Avatar for muze

hello guys...i have a know-how of PHP and made a project as well using PHP in my university. Now I am working on a complex problem and I am asked to do this in ASP.NET. I know it is easy to follow ASP.NET (and is not a rocket science...lol) but …

Member Avatar for pritaeas
0
80
Member Avatar for ManicCW

When you are programming web pages it is very important to optimize your code for better and faster performance. In this part I will show you how to optimize code for filling multiple dropdownlists with data from Microsoft Access. The same thing is with SQL Server. I'm using asp.net 2.0 …

Member Avatar for Mariandi
2
339
Member Avatar for ciint
Member Avatar for vvt31011985

I'm using ASP.net and Crystal Report. I want to make a report that fill in pre-printed from. Ex : Invoice... I try to set form as background image then I fill it it with report's component. It is success. But it is not match when I printed by other printer …

Member Avatar for shine_jose
0
75
Member Avatar for erum

i have bit tricky kind or problem. i need to get values of each textbox in loop with different names,i have three row (name,telephone,email)and off course three textbox ,can any one help how to get in loop ,i need to insert them in database [CODE] Dim arr() As String Dim …

Member Avatar for shine_jose
0
207
Member Avatar for sadafmukhtar

i m unable to handle jquery accordian i want to bind it to ta database coz m showing lateset events, announcements in it i wanted that the user shuld be able to enter the values in a text box thru a admin panel which i shoud make for him n …

-1
46
Member Avatar for erum

i write following statment in my code [CODE]Response.Write(arr(0).ToString(), arr(1).ToString(), arr(2).ToString())[/CODE] but it gives me an error [COLOR="Red"]Conversion from string "xxx" to type 'Integer' is not valid.[/COLOR] althought array has values like this arr(0)='erum' arr(1)='dsds' arr(2)='sdsd' arr(3)='Nothing' [CODE] Dim arr(3) As String Dim record As Int32 record = 0 [/CODE] i …

Member Avatar for ciint
0
317
Member Avatar for TJVR

Hi Please help with the following. This is my code: [CODE]<%@ Page Language="C#" Debug="true" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Configuration" %> <%@ Import Namespace="System.Xml.Linq" %> <%@ Import Namespace="System.Data.SqlClient"%> <%@ Import Namespace="System.Data.OleDb"%> <html> <head> <title>Session Page 2</title> </head> <body><p>ASP.NET C# session page 2</p> <p>first name: …

Member Avatar for catherine sea
0
202
Member Avatar for riahc3

Hello I want to use a CustomValidator using ASP.NET/C# to make sure a textbox isnt empty (no spaces, no blanks, no nulls, etc) How do I do it? Thanks

Member Avatar for Freon22
0
828
Member Avatar for gppuddinpie

Hi All I'm new to dot Net but I have developed a master page template. Within this, I want to add contentplaceholders. Within those contentplaceholders, I'd like to add commented out HTML or example HTML so that my interns can see directions (such as what class to add, what to …

Member Avatar for gppuddinpie
0
937
Member Avatar for kaaviya

Hi i have three gridview in one page say form1.aspx.Initially when the page is loading only first two gridview should appear.When i click any of the hyperlink in the first two gridview it will navigate to another page say form2.aspx which has a button . If i click on this …

Member Avatar for croker10
0
152
Member Avatar for Jarrhed

I'm having a whole lot of difficulty attempting to add data to a multi-column ListView Here's the code for the ListView [CODE]ListView Height="263" Margin="12,29,12,0" Name="Tasks_ListView" VerticalAlignment="Top" ItemsSource="{Binding Source=}"> <ListView.View> <GridView> <GridViewColumn Width="91" DisplayMemberBinding="{Binding CourseName}" Header="Class Name" /> <GridViewColumn Width="275" Header="Assignment Name" DisplayMemberBinding="{Binding AssignmentName}"/> <GridViewColumn Width="110" Header="Due Date" DisplayMemberBinding="{Binding Path=Due_Date}"/> <GridViewColumn …

Member Avatar for Mitja Bonca
0
5K
Member Avatar for vinayak.v

hi... everybody sorry for my stupid question.. i've three options for creating the reports 1)crystal reports for asp.net application using crystal report viewer or silverlite application using silverlite report viewer.. 2)ssrs reports for asp.net application using microsoft report viewer or silverlite application using silverlite report viewer.. 3)report sharp shooter for …

Member Avatar for Mitja Bonca
0
141
Member Avatar for sagarkalokhe09

i hava put a requirefield validator control on a page and also assign its control to validate property but when i try to move from that page to another page without saving the record .due to validation control the navigation does not happen & after filling the value in textbox …

Member Avatar for sagarkalokhe09
0
113
Member Avatar for Naveed_786

Hi guys, 1.Can anyone help me how should i design my first web page in asp.net using C# 2.which should have 4textboxes and 2buttons 3.how can i connect the asp.net with sql server 2008 4.how can i insert my first record in sql server db please please help then i …

Member Avatar for shine_jose
0
90
Member Avatar for Deechickie

Hi everyone, I'm Dee I'm new here so please excuse me if I'm asking this in the wrong forum. I must also admit that I also know very little about .NET / PHP and techie stuff :confused: so I'm after some help and guidance if possible. I'm getting an enormous …

Member Avatar for Deechickie
0
121
Member Avatar for erum

i need to isnert in database and i have query liike that [CODE]str_attend = "insert into Attendees([Userid],[Attendees_name],[Attendees_telephone],[Attendees_Email] )values (" & userid & " ," & arr(0).ToString() & " , " & arr(1).ToString() & " , " & arr(3).ToString() & " )" [/CODE] all values hold values in insert statment non …

Member Avatar for Momerath
0
158
Member Avatar for survagya

hi friends, I am visual foxpro programmer with the experience of 22 years in FOXPRO and VFP. I studied ASP.NET and C# from last 2 years myself. As i have started my ASP.NET project, I faced the difficulty in displaying the data into text box before updating. For Example, I …

0
39
Member Avatar for cloloy

Hey can any1 help me out... I m doing my project where my login is on the home page... So the problem is if i login in so in place of login sign up will show but if the user clicks on the home button again it takes to the …

Member Avatar for cloloy
0
36
Member Avatar for girishankar

Hi, i've a search and when i click button to submit the page, it's not getting redirecting to search page as in code instead its loading the same page. The page in which search is present contains validation controls. I think its cos of that its happening. search is working …

Member Avatar for KushMishra
0
73
Member Avatar for router.exe

I'm creating a dashboard, and i've decided to put all my asp charts into their own update panels because loading at once takes too long. the goal is to have them load in a sequential order. the update panels are created programatically when the page loads. There is data related …

0
84
Member Avatar for mikesowerbutts

Hi, I have a C# pdf library called PdfSharp which I use to create PDFs. I have a page (print.aspx) which instantiats the class which creates the pdf in the Page_Load() event handler. for some reason when I am running this through IIS, the process for the app pool (w3wp.exe) …

Member Avatar for mikesowerbutts
0
1K
Member Avatar for sumit.jain7389

hello i m using c#. i extended a textbox with a dropdownlist. now i want to add a datasource to this extended dropdownlist. im trying: textbox1_dropdownextender.**** so what to do now??? Sumit Jain

Member Avatar for sumit.jain7389
0
84
Member Avatar for tylerjgarland

A few friends and I are writing a music player application is C# and .NET 4. We are trying to be ambitious in our features, but are curious about one thing. I have researched some existing classes such as the MediaPlayer and Song classes. We are trying to abstract away …

0
82
Member Avatar for pharindra
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
260

The End.