13,153 Topics
| |
In my web application, i am taking an excel sheet with 8200 rows.it is getting uploaded and i am displaying it in a grid view. After that it is going to next page(say page2) where all column names will come in a drop down list and there i will check … | |
flow 1.First user click on save button 2.sp_1 will be execute which is used to insert the data in table1 3.primary key value will be retrive from sp_1 to aspx.cs form. 4 sp_2 will be execute next. Which is used to inset the data in table2 with the primary key … | |
I am trying to populate a drop downlist on my page with data in flightnum from the table Air_Flight, my dropdownlist keeps having System.Data.Datarow in the dropdownlist. Im pretty sure im one line of code away from getting the actual values in the dropdownlist, I am just not sure which … | |
what code i will use in asp.net to insert,update,delete & select data into oracle 10g.. | |
how to handle the database when multiusers are inserting data at same time flow 1.First user click on save button 2.sp_1 will be execute which is used to insert the data in table1 3.primary key value will be retrive from sp_1 to aspx.cs form. 4 sp_2 will be execute next. … | |
I am creating project for mlm company they want to tree of the members thes have anthe sub tree of that members so anybody have idea so please help me as soon as possible thanks in advance work will be appriaciated | |
i am using IECAPT.exe for exporting the web page.IECAPT.exe exports it in image format I m getting some problems related to IECAPT.exe.It is working perfectly on all operating system. But when i deploy my ASP.NET application to windows Server 2003 then it is calling IECAPT.exe but exporting blank image with … | |
hi all, I hosted my website in iis6 in windows server 2003 having one application pool running 2 w3wp.exe process. problem i am facing, when one process exceeds is size Limit it is transferring to 2nd process while transforming it is taking long time and it is showing Time out … | |
i wud like 2 display a alert message with a Ok button.and wen the user clicks ok he must b redirected 2 a specified page.i tried in the following manner bt in dat case it only redirects n does display the message. Response.Write("<script> alert('message!!');</script>") Response.Redirect("webform1.aspx") any suggestions | |
manual coding of login and logout in asp.net with c#, after that every click shows the login page...without the user login them........! | |
I have a basic comment page (code below) that I made in Visual Studio 2010 using GridView and FormView. The user fills in the text boxes, the info is put into the database and then inserted into my GridView. I want to password protect the form, so that not only … | |
Bonjour à tous ! Question je pense assez simple, j'ai une bdd sql server 2008 avec 3 tables. Lors de mon premier test (je suis nouveau dans CR) j'ai mis toutes les tables dans le rapport. Même en retirant les liens, il me mixe les données bizarrement. J'en ai conclut … | |
Hello, I have developed a site in VB.Net and ASP.Net with a database backend that allows a user to enter a centre code and in return it retrieves all records from the datbase where the centre code matches the one provide in the text box. My list is appearing as … | |
How to create report in core java | |
| |
I'm developing an ASP.net website in which I have to allow users to log into someone else's PHP website. On my ASP.net homepage and interior pages I have two text boxes - one for Username and another for Password, and a button for submitting the data. What's the code for … | |
Guys, I need your help on this case This is my error: [Error 194 The base class includes the field 'PlanImg', but its type (System.Web.UI.HtmlControls.HtmlImage) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlGenericControl)] [B].aspx[/B] [<li><p onclick="SetSelectedTab(1,'../XXXXXX/XXXXXX.aspx')"><span runat="server" ID="PlanImg" datasrc="#DTSRC" datafld="link1"></span></p></li>] [B].aspx.cs[/B] [PlanImg.Visible = true;] This error is taking me … | |
Hello all. I was just designing a web application form that is meant to accept a user's request to use a particular room in a specified period of time. After the user enters his specifications, the application now responds, telling the user if the location specified is available at the … | |
Greetings everyone, This is my first post in this forum. I have been having an issue for a few weeks now and would appreciate all the help you can provide. Some forums out there have been deleting my post for no reason, so please, if you find there is anything … | |
I have created two roles(administrator and member) using membership provider.I want to give role of administrator only for my name. All other users should be automatically assigned the role 'member' while registering. how can i do this | |
[B]I just want to know how to perform a real calculator in ASP.NET like... there's a 1 textbox or 2 and 1 label where in that label will show the text came from the TEXTBOX while typing get it? any idea? please need some help^_^[/B] | |
Hi, I am new to this forum.Can someone tell me how to compare textbox value with all the values of a particular column in the database. Thanks. | |
Hello, I am currently trying to sort on a GridView after it has been populated with records from a SQL Server Express database. I click on a column to sort it and I get the following error: "DataTable must be set prior to using DataView." The entirety of my code … | |
I have 3 tables in my Db Supplier with started Supplier-id=C001 up to C999,Each supplier have many Contacts.On some condition i want to assign one table values to second table only those values which are related to that condition let suppose Supplier S010 marge his Business With Supplier S090 then … | |
hello. while long search and issues with connection to oracle database,i installed oracle database 10g express edition or XE,32 bits. i have win 7 and 64bits machine. so i tried to connect to this database after setting the ODBC driver (32 bits driver),but the problem is: i successful connected from … | |
Hey! I have been trying several times to fix it but couldnt find correct codes in C#. You can copy all these below codes of markup and C# so that you will see what is problem. Im fine with markup but only problem with C#. There is some explanations (bold … | |
hi i have just started learning ASP.Net.. i'm try to using dropdown list in if condition it gives error message as [B]"Cannot implicitly convert type 'string' to 'bool'"[/B] [code=asp.net] if (DropDownList1.SelectedItem.Text="buyername" ) { da = new SqlDataAdapter("select * from buyermaster where buyername like '" + a + "%'", con); da.Fill(ds); … | |
Hi guys i liked to know how i could access data from a sharepoint site example like the lists and output them on my asp site so basically The SharePoint site contains four lists (Sales People; Technical Staff; Customers; Appointments). These lists are being used instead of a set of … | |
Hi..All..I want to design a n tire architecture in my application.I've gone through many sites and have understood the concept but I don't how to start it. I've very basic questions like..how do I create the layer and How do I connect between the layers.. Would you please help and … | |
Hi All, Can anyone tell me the difference between two tier and three tier archieture????????????? and how .net clr works with n tier architecture........... Plzzzzzzzzzzz help me:sad: |
The End.