13,936 Topics
![]() | |
Is it possible to Create video confrence Porject using .net ? | |
I am having a problem with a dropdownlist is an Edit gridview. I have followed all the instructions confimed many times on the web to convert the field to a template and add the the dropdownlist to the edititemstemplate box. Whe I run it in IE8 the page shows the … | |
i am working on a application in which i am storing some images and swf files that is flash. now my problem is how to display flash file at run time.i am unable to apply that code. anyone new about it please help me. thanks in advance. | |
Dear all I am facing a problem of resolution in website in asp.net. when i Open my website in ie it is ok but when i change the resolution or open the website in firefox etc it gives problems how to resolve it. please help | |
Insert Image in sql 2005 and retrive it with simple code. i TRY many solution it is easyly inserted but fetch is not posible image isnot show and even the code is so difficult to understant i want simple code like 1,name 2,photo only that kind of code i like … | |
Error: ApplicationException was unhandled by user code How to solve this error in ASP.Net YAF Application | |
Hello people, I have developed a web application with ASP.Net 2.0 (VB Code Behind) and I am using My SQL as database. I have an issue I need your help with: I wish to sell the web application from my other website to multiple users. What would you suggest to … | |
I cannot get Java script to work on my windows XP, SP3. Any assistance out there. I have checked the settings for Java and all appear to be in order (ie: tools, internet options, etc. All java settings are set to run. I am stumped. | |
Hello friends, i have found an amasing book for learning ASP.NET, and i just have to tip you of about it! "Beginning ASP.NET 4 in C# and VB by Imar Spaanjaars" has to be the best book i have ever read, it teaches you everything you need to know, and … | |
I have a project to implement and it is for a media company. They have a program they air on TV every thursday 5pm. My job is to develop a web application that will allow them upload the same video to the web application and at 5pm when the program … | |
i want to run .aspx page in in my internet browser and he is showing this message file attached what is the problem[CODE]<%@ Page Language="VB" Debug="true" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.Sql" %> <%@ import Namespace="System.Data.SqlClient" %> <script runat="server"> Sub Button1_Click(sender As Object, e As EventArgs) Response.Redirect("index.aspx") End … | |
Hi All Experts, I am new in ASP.Net and in these days I have a problem. Can any body will help me in this situation. I will be great full to that person. Plzzzzzzzzz Help me. I have following Code in <body> tag: [CODE]<object type="video/x-ms-wmv" width="320" height="260"> <param runat ="server" … | |
Hello all I'm having a major problem with instantiating objects across threads in WPF. For example, if I have the following: [icode]Line l = new Line[/icode] I get the following error: 'InvalidOperationException: The calling thread must be STA, because many UI components require this.' While I understand that in general, … | |
[B][COLOR="Green"]how we can make slideshow in visual stdio 2008 [/COLOR][/B] | |
What would the code look like to direct a subdomain to a given loacation? Like [url]http://s1.domain.com[/url] to [url]http://www.example.com[/url]. I have seen it out there on Apache servers, but not for IIS 7. I see plenty to redirect everything to [url]www.example.com[/url]. Thanks, GamersX | |
have a gridview with merged columns. When I try to delete a row in my gridview, my previous row index is picked and previous row is deleted. No clue why this is happening...Experts...Please help!!! Here is my code for delete: [CODE]protected void grdItems_RowDeleting(object sender, GridViewDeleteEventArgs e) { //get the id … | |
![]() | I am creating a quiz generator is supposed to pull the values of the radio buttons that you select and put them in an array which will be compared to an array of correct answers that were pulled from the XML file. The main question is how can I pull … |
Hi, I am using a HelpProvider in my .NET Windows Forms project and after a lot of searching I can not find any way to control where the popup that it creates is displayed. Here is some example code, [CODE] HelpProvider helper = new HelpProvider(); helper.SetShowHelp(this.listBox, true); helper.SetHelpString(this.listBox, "Help text"); … | |
hello, I'm in the process of upgrading a site's pages from htm static content to a dynamix aspx page. the problem is that I want to redirect users visiting the old pages to the new pages and I want to use the proper 301 "moved permanently" redirect to be search … | |
Hi, I just want to get the opinions of JSP developers on what they think the future of the platform holds. I'm currently a university student and I have gained a lot of experience in Java, and some in JSP. I'm looking now to concentrate on a single web language … | |
Hello there, Currently I am working with the project which needs dynamically generated checkboxes and i have generated dynamic checkboxes but i am facing problem with getting the vaue of selected checkboxes. Problem is described below in detail to easily understood, so please let me know if you come to … | |
I have a simple vb.net webservice which accepts a string parameter. the function appends the passed value to a string, then returns it back. (See code below). My client uses ksoap2 on an android platform to invoke & consume the service. I can connect to the service fine, and while … | |
Alright after working on a login page and completing it, the requirements for my project have changed. I am no longer using FormsAuthentication to see if someone is logged in. Instead I am putting a passcode as the query. If the passcode exists then I let them continue to the … | |
I have passed values from one page to another using query but it is not accepting the update i.e When i click on update button nothing happens [CODE] SqlConnection con = new SqlConnection("Data Source=SNSS1\\SQLEXPRESS;Initial Catalog=Employee;User ID=sa;Password=eLog!234"); int empid = Convert.ToInt32(Request.QueryString["ID"].ToString()); string strSQL = " UPDATE Tbl_Employee SET FirstName=@FirstName,LastName=@LastName,EmpID=@EmpID,PhoneNumber=@PhoneNumber,Salary=@Salary WHERE ID="+empid … | |
Hi, I'm having a problem that every time I try to add a Login control within a page with a content placeholder linked to my master page, the Login control doesn't work when I log in using a correct username and password. Nothing happens when click the "Log in" button, … | |
Hi, I'm having a problem with my login control where whenever I try to login using the correct username and password i set up (in debug mode) and click enter, nothing happens. It doesn't even respond with an error message, its jus like the button doesn't work eventhough the code … | |
hey guys! I'm new at ASP, and I hope that could please ask for some advice. Basically I got a little test website that i am experimenting with, what I would like to to if the main page of the web site loads that in one of the tables that … | |
Hi, I wish to create my own blog website but the problem is i still am confused about how it is done. I would like to use ASP.NET and C#.net to create the website and HTML & CSS to design the website. The main issue is can i store the … | |
Hello, all! I am a web developer, primarily with C#.NET and MVC experience, as well as some PHP. I am trying to broaden my horizons with software development, become part of the software development community, get exposed to new ideas, and learn from other people. But, I am recently moved … | |
i need to make ASP.NET based CMS. Could anyone suggest a good tutorial? | |
How to update database table using commandbuilder without having Primary Key. We Tried this Attempt; [CODE]obj.con = obj.Class_DBConnection(); OracleCommand cmd = new OracleCommand(); string fromsrvno = "000000067334"; string tosrvno = "000000067350"; qryStr = "select distinct * from test_m_srvdetail where SDBM_SERVICE_NO between'" + fromsrvno + "' and '" + tosrvno + … | |
What are requirement to learn ASP.NET (hardward, software, background?) Any responses are appreciated. | |
Hello frnds, I just learnt ASP.NET and have some knowledge of C++ language Now I want to develop a simple User Interface (Windows application ) which should be able to communicate with a database, to check whether any activity has to be done on the particular time, if any activity … | |
[COLOR="Green"]handles clouse require a withevent variable defined in containing type or one of its base type[/COLOR] [U]i got this error in the following code[/U] Imports System.Data Imports System.Data.SqlClient Imports System.Text Partial Class _Default Inherits System.Web.UI.Page Protected Sub submit2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles submit2.Click Dim i As … | |
Hello, I have just started with ASP, I knew that IIS cannot be installed on Windows xp Home, so I installed Abyss, but it's quite different from wamp,xamp that I was using before with php. Can someone help me run ASP on it? I have followed the tutorial in this … | |
i m developing website for my client which simple data drvien in asp.net +access 2003 now my client ask me to develop e commerce website which include product display with categories,rates,shipping,credit card processing check out etc i dont know how to program it should i have to develop my shopping … | |
[B]How to save an incoming SMS in a SharePoint 2010 list and then process on that SMS and auto reply back with the matched content back to the sender ? Does anybody have any idea about this ? Basically I want to develop a SMS based online dictionary . User … | |
Hello Allideliner!!! I am having problem in retrives values from textbox at aspx page to popup page? aspx page code: one textbox-- [CODE] <asp:TextBox ID="txtTopicTitle" runat="server" style="height:25px"></asp:TextBox> [/CODE] I want to use this txtTopicTitle values on the popup page(Default.aspx page ).. Then what is the process require?? I hope somebody … | |
i am develop 1 project using vs2003 with report services2005 i have no problem calling the report viewer from my project but the problem i face is when i right click -> view source my credential for the report server are there....... did there have any way for me to … | |
I have a VB.net programming question i am loading values into a list box from the database in a form being used to edit a database record. the list populates fine using the following code. Protected Sub LoadCat() Dim myCommand As New SqlCommand Dim myReader As SqlDataReader = Nothing Dim … | |
I've been googling for a few days and have tried all kinds of connection strings, but none have worked so far. I have a webpage on one server (using ASP NOT ASP.NET) trying to connect to a SQL database on another server (SQL 2005 server). I tried connecting using .net … | |
Hi guys i'm using ASP.net ans SQL server 2005 with stored procedure to do simple search from a table in database.Plz help me out The error i get Function or procedure expects @searchKey which was not supplied. protected void btnSearch_Click(object sender, EventArgs e) { string constring = ConfigurationManager.AppSettings.Get("con").ToString(); SqlConnection conn … | |
I just want to logged in to a website programmatically (using httprequest )to check whether the provided username and password is correct or not .. it will be great if the help could be in form of sample code.. Thanks in anticipation !!! | |
hi,how to access the SQL sever database using ASP.NET.i can not access the server by using the same.some errors are showing when i try to create a database.can you help me to create a database? | |
Hello All, I have created simple login form through VS 2008 using C#. There are 5 different aspx pages in my web application. 1)Default.aspx: It contains only a hyperlink to direct the user to login.aspx page. 2)Login.aspx: This page has texbox for Username and Password, sign in button, textbox for … | |
Hi i am developing a custom form in asp.net. I developed in my laptop which has the latest IE 8 and Firefox version. 3.6.x ; however I run this on the customer browser and I got horible displaying on the design of the page, I am guessing that IE 8 … | |
I have some data encrypted with MD5CryptoServiceProvider. I need code for decrpyting. | |
hello everyone i have a problem in writing in word document the proble is that i want to append a string after a table i made in that document but it overides it the code is:- [code=csharp]//Text to word file StringBuilder strBuilder = newStringBuilder(); strBuilder.Append("<h1 title='Header' align='Center'>Writing To Word Using … | |
Hello, I need some help with my cascading dropdown boxes. Eveything works I just need to remove the duplicates from the States and Cities drop down box. Any idea how? I got it to work on the Country drop down but can't figure out the rest. Thanks. [CODE]private void FillCountry() … | |
How do you get data from gridview with select command? I have a populated gridview, I select a row, it highlights... Now how do I get access to that selected information? Do I have to go back to DB, or can I somehow pull the selected data. Asp.net 3.5 VS … |
The End.