13,153 Topics
| |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Why designers prefer div designing rather then table design ? | |
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 … | |
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 … | |
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 … | |
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 … | |
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: … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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) … | |
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 | |
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 … | |
you have to write code in code-behind file only | |
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 … |
The End.