13,153 Topics
| |
I was created a web site using asp.net 2.0 with sql server 2005 data base.. That site home page url is [URL="http://foxads.lk/virtualTest/new/home.aspx"]http://foxads.lk/virtualTest/new/home.aspx[/URL] At the development time all code are executed well But at the run time Those error are occur [URL="http://foxads.lk/virtualTest/new/buyproperty.aspx"]http://foxads.lk/virtualTest/new/buyproperty.aspx[/URL] [URL="http://foxads.lk/virtualTest/new/createAd1.aspx"]http://foxads.lk/virtualTest/new/createAd1.aspx[/URL] ect... the connection string is in commen web … | |
I'll preface this by giving a bit of an overview of what I'm trying for here. I'm trying to create a quasi-blog. Something that I can "post" journal type entries directly to a page in my website but without all the luggage that comes with the readily available blog engines … | |
Hey hi friends , I have created a project using Asp.net and ado.net but i dont know as how to connect it with iis server and give the url for that .. so some one guide regarding it so that i can run the website on different servers(intranet)...tat is as … | |
| Hello everyone, I have a problem in my Borland C++ project. I need to use my own COM object written in C# (this COM allows me to directly print PDF files) in my another project in C++, but as soon as I call some COM functions which require a string … |
I want to send and receive email. Plz tell me how to create a Webmail for this | |
Hey guys, i want to check if reader.read has a null value, however im struggling to do this.. any ideas? [code] <%@ WebHandler Language="C#" Class="Handler" %> using System; using System.Web; using System.Data.SqlClient; using System.Data; using System.IO; using System.Collections.Specialized; public class Handler : IHttpHandler { public string GetConnectionString() { //Gets Connection … | |
I am just done a program on the vb 2008 express, and do the same program on the vwd 2008 express, but as you knew, the codes on vb 2008 express and on the vwd 2008 express are different, I want to know as sample [CODE] Dim strsql As New … | |
Hello Everyone, I need help in this issue and if I solve it, I will solve all of my problems in the web program I am building. I have a list of cateogries where I can do 2 things: Start a new list under that category (list of sub categories) … | |
I have try to display selected date from calendar into textbox. But, I got error. My textbox name is txtStart My calendar name is Calendar1 Here is my code.. [CODE] protected void Calendar1_SelectionChanged(object sender, System.EventArgs e) { System.DateTime myDate = new System.DateTime(); myDate = Calendar1.SelectedDate.ToString("MM/dd/yyyy"); txtStart.Text = myDate; } [/CODE] … | |
Hi all, I am a java programmer and this is the first time I movw to asp .net. However, there is some points i couldnt find out and hopefully i can have some help from you guys. I have form with is very long so i need to devided it … | |
Hi All, I want to create SMS sending solution from .net framework to send notification to my clients. I found a website where they offer a software that seems pretty suitable, but I want to know more about the company. Has anyone heard about Ozeki Ltd? Good or bad? Their … | |
[CODE] Protected Sub btnSend_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSend.Click If txtFromAddress.Text = "" Then MsgBox("Please Enter From Address", MsgBoxStyle.Exclamation) txtFromAddress.Focus() Else If txtToAddress.Text = "" Then MsgBox("Please Enter To Address", MsgBoxStyle.Exclamation) txtToAddress.Focus() Else If txtSub.Text = "" Then MsgBox("Please Enter Subject", MsgBoxStyle.Exclamation) txtSub.Focus() Else Dim mailmessage … | |
For the solution, I cannot use any postback methods, because this is all working through ajax. The solution need to be implemented in the asp.net code. I have a `List<WebPage>` that contains a list of Links `(List<Link>)` and I need for all the links to bind repetitive information such as … | |
Hi, I have setup a custom membership provider which works fine locally but when uploaded onto the host which is shared btw doesnt work due to the server operating in medium trust mode. The membership provider is pretty overkill for me i just need a really simple login/authentication to protect … | |
Hi guys, i have this SQL query. "SELECT SUM (TotalTaskCost) AS "CombinedTaskCost" FROM TaskCost;" I want to display the values vertically in a crystal report. How do i programmatically add a field for the artificial column "CombinedTaskCost" generated by the SQL query? Thanks. | |
Hai, I'm having doubt why the code written for ul is like this in CSS style sheet when creating drop down menus.. [CODE] display:inline; display/**/:block; float:none; float/**/:left; [/CODE] It is enough if we mention display and float for once. Why it is used twice with a comment in between? M.Sworna … | |
While creating a site collection or site & workspaces using SharePoint API , you can add these two lines code to enable the publishing feature.Provided below is an example using C# for enabling publishing feature at site collection level. Code in C# // Turn on publishing feature objSiteCollection.Features.Add(SPFarm.Local.FeatureDefinitions["PublishingSite"].Id); // objSiteCollection … | |
I am New in ASP.Net But currently I am working on Desktop Applications. Now i have decided to Design Web Application. I want to develop a Music Web site using ASP.Net and SQL Server as back End. In this Scenario I have a single problem that, if I have uploaded … | |
hi friends, I have problem... I use asp.net 2.0 with code behind file as C# and database as MS sql server 2005... I was created some web application...I connected it to the sql server database... now i want to publish in on internet... How i give to datatable[what i was … | |
I am use asp.net 2.0 with code behind file as the C# i have question..It is... i was created web site and it connect to the database(sql server), at the development time there was no error occur...I could enter data,retrieve data,update data... Then i publish my site...then i connect that … | |
Hi all I have rewritten urls in my application using RewritePath in Global.asax. Locally it works fine, but after i upload my application it shows me "page not found" message. Any body so kind to tell me what actually problem is? | |
I am calling one process named wiaacmgr.exe for scanning an image. now I want to call an event named "test" when this scanning of file is completed. In test i have a code that renames the scanned file. So how can i do this. Please help me. This is my … | |
| I had created a report using Reportviewer control(VS2008+MS-Access), the report displays all the records from Access Db correctly but i need to sort the records and display. [B]Sorting by Date(Ascending) that too the records prior to Today's date should not be displayed[/B] |
I am using Visual C++ 2010 and created a CLR EXE debug project and wrote a function, which I am able to call from main in my program. If I take the exact same code and put it in a dll, then I get a compile error from the line … | |
As more and more sites require complex form dialoging, it seems that JavaScript is taking over ASP.NET. Who uses .NET anymore and how sufficient is it? I will admit, JavaScript does have its kinks and perpetual bugs but is far more capable and adaptable than ASP.NET in my opinion. Should … | |
I am working on a project that I want to "+Add Row" to. This will Add a row of four fields that are textboxes. The # of rows is variable so I created a literal control and have been doing [code] Protected Sub btnAddRow_Click(ByVal sender As Object, ByVal e As … | |
Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ever i do it is always returning null … | |
how make a login form with to fields like empname empid. what is the coding proceture. | |
I have a multiple web sits asp.net application. In this application different domains using the same pages. All pages inherit from base class named: PageBase wich inherit from System.Web.UI.Page. By using: HttpContext.Current.Request.ServerVariables["HTTP_HOST"] i cen determine what is the domain and then get all the info i need for this domain … | |
Hi, I need help binding the DataTable to the GridView. Let's say I have this code [code] string filter = String.Format("title LIKE '{0}'", str); DataRow[] rows = dt.Select(filter, "title"); Gridview1.DataSource = ?; Gridview1.DataBind(); [/code] I need to display only the filtered items in the GridView. What do I assign to … |
The End.