13,153 Topics
| |
Good morning, I need to create an application in ASP.NET which will give the users the ability to select a date and a room name which will then display the schedule for that particular room in reference to the selected date, attached is a picture of what I mean called … | |
Hi Guys I'm working on a similar topic and need help to create a Multiuser Chat + an Interactive whiteboard. My frontEnd is Asp.net and will use AJAX, etc. Also, I want to know should I be using Flash or Silverlight for the purpose, Whichever is faster and better. My … | |
i have this code for doing a remoting i m giving you all the necessary file codes this application working fine when im using the client as a windows form but when im triyng to use it with a web form it gives an exception at [code] bool st=login.CheckUn(txtun.Text); [/code] … | |
Hi everybody please help me on how to code this in C#. I have an ASP.Net Web project and needs some C# code behind. Working some variables: In my VB.Net it looks like this: [CODE] Dim str1 as String Private Sub Button1_Click(...) str1 = "some text" 'This will be assigned … | |
Hi, In my grid view, i have inserted columns such as id, name, age, and photo. Since photo column is a blob data type, I have inserted a FileUpload object in the GridView. Now the problem is when i try to update the record (hit the update button on Grid … | |
I m using c#.net and in web based application i want to calculate the time duration of wav file in minutes. Please help me out. Thanks | |
i need some help around this. | |
hy :icon_cheesygrin: We are doing in the page load event we will read the data to the database and put on the page, and the Change button and click event, we are changing through the update the table values in the database. Will carry the edit button when he returns … | |
I have a web application that links to Microsoft Access and opens one of five databases depending on which button is clicked. The purpose of the web app is to open an instance of the database for an employee to use the forms that we've coded in the database itself. … | |
Can anyone tell me how use Ajax 2.0 with json in Asp.net 3.5 | |
I am trying to just Insert from my script but I keep getting :: "Conversion from string "INSERT INTO [PURCHASE_ORDER_OFFI" to type 'Double' is not valid." Here is my insert code... any ideas... this is driving me crazy today! [CODE] Protected Sub linkOfficeAddRow_Click(ByVal sender As Object, ByVal e As System.EventArgs) … | |
I have 5 textboxs, 1 button and 1 Gridview control. I just want that when I click the button, text of each textbox will be added in the Gridview in separate column. Each time I will click the button, a new row must be inserted in the Gridview below the … | |
can any one tell me how to get the seleted submenuitem value of menu in textbox. like foe eg this is my menu Home Course -Commerce -Science i want when i select science in menu control then textbox should me the Science. any one help me i'm apppriciate. :) thank … | |
m using FileSystemWatcher, i want to get the size of a file present in my folder. whereas i can find the size of whole folder but not of a file inside that folder. m using fileinfo.lenght to get the size of the file, for this fileinfo.exists property should be true … | |
in my web page i am having different hyperlinks for letter a to z and now i want to display all the details in gridview of the names starting with particular letter in my db table on clicking of hyperlink.. plz help its urgent.......... | |
Most of the times we have requirements of adding different client side validations on the web pages and the easiest way to achieve this in ASP.Net is to use the existing set of validator controls. In SharePoint when we design custom webparts which takes some data as input, we might … | |
I have a problem. In my page, there have 3 gridview. Every gridview has sub total displaying at its footer. I am able to display the sub total for each gridview at its footer. But, i want to display one more total that is grand total. The value for the … | |
how to call get set properties present in class.cs file to javascript ? how to call a class which is in App_code through javascript ? | |
I want to retrieve session value(username) from the login page. I have to verify the user by their username to make the access right control for certain page. In my application, i want to control the access right to "ViewAllProject.aspx" page. I have save the username in session in login … | |
I m having a problem ,I have 1 gridview bind with 20 columns of data. But because of the data is two large I have to create scrollbar for that. Its to difficult if the data is too large in numbers. I want to display 20 columns in two rows … | |
I have been fighting with this code for 3 days. I got everything to work....except its a bit glitchy as of right now and I can't figure out why. I am sure it is simple. They basic concept is something like this: OFFICE [txtbox] [txtbox] [txtbox] [label] +add row BUSINESS … | |
Hi friends, I have some question about asp publish web site I was create web site using asp.net 2.0 with backend as c#.net then i publish that web site & give published files to the web server who host my web site on internet...then i access my file via browser,there … | |
Hi, I'm having problems applying my 'AsciiToString' function to the DataView. I tried this AsciiToString(filter); but that did not work because the text 'publisher LIKE' was in the way. Any idea how I can remove that from my filtered string? Thanks. [code] private void BindRepeater(string term) { DataSet ds = … | |
i am paqssing a url that outputs a image to teh response stream aa the source of a html image control. I need some javascript or possibly ajax of a progress gif to bre displayed while it is waiting for teh image url to complete. standard update panels dont work … | |
I'm growing increasingly confused by the '^' symbol. I have been able to track it down on various sites but there is no real "definition" of it and its usage anywhere. I am creating a .NET project these days and I bumped into the symbol for the first time in … | |
Iam also looking for freelance projects to work both in .net and php we are well established if anybody know info for getting real time projects pls tell me ... Thanks&Regards, Sateesh | |
I deploy our web in IIS but when i try to use the reporting services the message pops up: The request failed with HTTP status 401: Unauthorized. but when i try to build and debug from visual studio i can use the reporting services I think the error doesn't come … | |
Hi, I am using RDLC in my reports.Can someone tell me the syntax for IF THEN ELSE statement in RDLC? I want to write else if loop in my expression. Thnx in Advance | |
[CODE] using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data; using System.Data.SqlClient ; using System.Web; public partial class _Default : System.Web.UI.Page { static DataTable dtvalues =new DataTable(); protected void Page_Load(object sender, EventArgs e) { // dtvalues.Columns.Clear(); if (!Page.IsPostBack) { … | |
can anyone help as how to use dsn less connection(c#) using ms data acess in dot net. also i need to know where to use that code .. i need my window application which i have created using c # to make it run on different servers. |
The End.