13,936 Topics
![]() | |
Hi Friends Please check this link in IE8: <a href="http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx">http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx</a>. If you select first link below page title from right in the above link, You will see a jcarousel in the bottom which is not displaying correctly...But when I see it on my local machine its showing up correctly but … | |
my iis doesnt support the com componets. I run my web application on localhost it runs fine. But when i ran it on server it doesnt give response. what to do. ![]() | |
Hi. I want to ask about this code. I'm trying to upload csv file and import into sql. but this code doesnt working.[CODE]protected void LinkButton1_Click(object sender, EventArgs e) { Response.Redirect("login.aspx"); } protected void Button4_Click(object sender, EventArgs e) { string filePath = FileUpload1.PostedFile.FileName; string filename = Path.GetFileName(filePath); string ext = Path.GetExtension(filename); … ![]() | |
I have to do an module program which downloads pdf files in the client side. Currently, when users download the file, the url of the downloaded file is viewed by the user. Modification instructed: 1. In the page where the file download is requested, the url of the downloaded file … ![]() | |
can I do this? [CODE]response.write (label1.text = exist!)[/CODE] if not.. can someone tell me how to do this.. thanks in advance..:) ![]() | |
I have able to generate several labels and textboxes based on a table in the database during runtime. My problem is that I could not get these values from these textboxes whenever a user changes these values and update them. Thank you for any answer or idea. I am using … ![]() | |
Hi! I have simple web application called App that is secured with Windows Authentication. I have set identity impersonate to true in web.config. There is only one page (Default.aspx) in App directory. When user enters the site ex.: [url]http://localhost/App[/url] the login window pops up. When user clicks Cancel, IIS redirects … ![]() | |
hi! I have a datatable ,I need a linechart shows 2 value from datatable(like velocity vs distance) and their date.But I cann not achieve this is my code public void grafikOlustur(LineChart lc_sorgu, DataTable dt) { lc_sorgu.Graphs.Add(new LineChartGraph()); string[] b = new string[dt.Rows.Count]; for (int i = 0; i < dt.Rows.Count; … | |
Hi, I have an objectdatasource showing lots of details for a particular product. In the table of products, there is an extra field which is either 'yes' or 'no' Is there a way in the cs code or javascript to make an image visible="true" if the value is 'yes' thanks | |
Im Writing a c# Code that Takes an Excel Sheet ,creates the Corresponding SQl table and Dumps the data in a new table in SQL. Now My problem is: In the " create table" command , i have to specify the DATATYPE for the column !i.e. CREATE TABLE "table_name" ("column … | |
hi...... to all i have one problem in executing the ssrs reports.. i've developed one project for that project there are some SSRS reports which are deployed in path ( "http://localhost/reports/") it is working fine... when i run through the project and press F5 ( i.e execute) the reports are … | |
i need consultancy about the third party component pd shop (shopping cart) this component has certain limitation .for example if u have item1 and add it to cart with certain configuration like size is 1 and color is blue but when u added same item with different configuration like red … | |
I am using a FileUpload control to allow the user to import the contents of an Excel spreadsheet into an DataAdapter and then import into an Oracle database table. This works great when I use a local filesystem project. However, when I try to run this on the server, I … | |
I am planning to create a webpage to collect simple information. Name, email, phone number, college name and also their markes in each subject Exam subject1 subject2 subject3 subject4 Result test1 85 77 90 90 pass test2 89 89 74 74 pass test3 88 91 98 98 pass Name: College … | |
[CODE]using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Net; using System.Net.Mail; using System.Web.Mail; public partial class mail : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void SendMail() { var fromAddress = new MailAddress("user@gmail.com", txtName.Text); var … | |
I use calendar extender with targetID of text box. this text box is used as a parameter in EntityDataSource. now problem is that when i select the date DataSource wasn't updated. i also try it by changing the autopostback property of textbox but after postback no changes occurs and textbox … | |
I need to remove the prefix(domain name) if exist in front of a username from a session variable. paramsql.Value = Session("ssNtUser") say the domain is za username is macupryk I would like to remove the za\ so in the session variable I have macupryk only but the domain name can … | |
hello... i am creating a video library using asp.net. i am new with asp.net with c#. in it i use datalist for images and hyperlink of video. now i want to play video in other page by click on image which have hyperlink of video. so what to do? if … | |
hi, I'm working on a an app that uses access database so.. while making the setup file i added the file in the application folder along with the .exe file that uses it.. but after installation the .exe file is not able to alter the database as the user is … | |
Hi I am Manish working as software developer at spaze technologies south-ex. I am new to Daniweb. | |
Hi I have been searching many forums including this one and not found the answer to this anywhere (sorry if it has been and I have missed it) I have a drop-down list in my website. The user can use this to browse the categories and then select a product. … | |
Team - I am in the beginning of a new project. I need to be able to present a list of records on an .aspx page. (This isn't a problem.) and when the "details" link is clicked it woudl show the full record etc. (again, not a problem) Problem? I … | |
Hi all, I'm designing a web page in ASPX. I have a few textboxes where the user enters the number of items, and a label that shows what they would currently pay if they checked out at that moment. I need help using a UpdatePanel to refresh the label when … | |
hi.... i've developed on ssrs report which displays the number in words i.e in million and billion.. i want it in crores ,lakhs,thousands,hundreds,rupees and paise.. can any one modifiy the code below.. which is in reports properties->code tab.. the below is my code which is of million and billion dollars … | |
hi.... The code is about place the comma's (,) i.e separator between numbers in this format (12,21,21,123) it works good.. but when there's a decimal point such as 12345.58 it will show as 12,346.. it will round up the values.. ( which i dont want that .. i want as … | |
how to control back page in browser after log in page with asp.net ? | |
Hi all, I have a page on which I've done several successful ExecuteNonQuery calls that added new rows to existing tables. But one, despite all the parameters being correct and receiving a positive return value and also a valid output parameter, seems to have no effect on the database. Several … | |
Hi all Im trying to create a site that is multi language, in order to do this all copy, alt tag text and url links are stored in a db. I then get all the info for that language and put it into a cached dataset. i then loop through … | |
hi all.. i'm working with slide show extender.. i'm referred to this website [URL="http://www.dotnetspider.com/resources/27734-Ajax-slide-show.aspx"]http://www.dotnetspider.com/resources/27734-Ajax-slide-show.aspx[/URL] on how to make it.. it is completely tell the way to make it but i want to modified it to make it suitable with my requirement.. this is the code [CODE] using System; using System.Data; … | |
hi... to all.. i've developed one ssrs report in "sql server 2008 express with advance services"... The virtual folder is not there in IIS .. ok it works fine .. i.e [url]http://mysystemname:8080/reportserver_sqlexpress[/url] it works good... but the same thing i want to execute in another system .. with my system … | |
hi.... to all.. i'm using sql server 2008 express with advance edition with BIDS... i've developed one report in that employee salary.. i want to print the salary in the format (12,34,56,78,91,01,11,233.89) and i want to print in words such as (" ninty nine crores fifty one lakhs fourty nine … | |
hi... i'm using sql server 2008 with advance services the below error is of reporting services.. "The permissions granted to user 'sysname\ASPNET' are insufficient for performing this operation. (rsAccessDenied)" when i'm trying to host appliction.. the above error is occured.. it works fine when i try to execute locally.. but … | |
Hello, I want to check the username & password of the user with the already stored database and then login. Iam using asp.net(vb) with sql server as database. Please help ME [CODE] Imports System.Data.SqlClient Imports System.Data Partial Class MasterPage Inherits System.Web.UI.MasterPage Dim con As New SqlConnection("server=localhost;database=reg1;integrated security=yes;") Dim ds As … | |
were i work has an access they use to record customer details which has been running forever and just uses a access macro form to enter the data. i am wanting to try viewing and editing this using vb,net which i have a little bit of experience with. can you … | |
HI to all i want to add a feature or i want to upgrade my website so that user will be able to save his file or folder,photos etc like social networking site,after the signup. I work in asp.net with MSSQL2005 please give me some hint so that i can … | |
In ASP.NET, how do you run site management tasks? I am still thinking in a Windows Forms mode, where a management function would say check the date every time a user runs the program. For instance, if more than one month had passed since the last time a management function … | |
Hi, appreciate if you can spend few minutes to analyze the problem below and shed some lights. Thanks I would like to Sum up MTD Value and separate by employee ID. I've used SUM(MTD_Value) and Group By Employee_ID but is not work. Thanks [B][U]VB.NET Coding[/U][/B] [code] Dim connetionString As String … | |
Hi I have to open a popup window on clicking a hyperlink templatefield in gridview .I gave the javascript code for opening a popup window in navigateurl property of hyperlink. Am getting the popup window but the previous page is navigating to a blank page. Can anyone help me out? … | |
I have developed a program that allows users to sell domains.I am trying to work out how when a buyer, buys at domain off one of the sellers I could put the money in escrow and when the domain is recieved by the buyer it is then transfered to their … | |
I am working on a website in ASP.NET and I need to run a JavaScript function on page load from a content page and I also have a user control that needs to have some JavaScript executed on page load. I'm new to JavaScript and I'm not completely familiar with … | |
Hi, What is the purpose parallel programming?. I am using multi threading and I am getting all the services in the current version VS 2005 in the form of Async thread for my product. I heard that parallel programming in vs 2010 will provide the futures for parallel programing. Should … | |
Hi, am having trouble figuring this one out. Am using stored procedure and using databind for the gridview . i got the codes off other sites. how or what do i use as the datasource for the sorting event. I used the Session for the paging event and that works … | |
Hi all, I have a grid view I am trying to use, and it displays a large number of pill codes, (thousands) that I would like to be able to filter down. I have set up a dropdown list that gives the different options to filter on, basically every letter … | |
Please Help, I am creating a Simple Crystal report that views outstanding logs for our call centre,I have a stored procedure that retrieves all the Info I need.Here is where it gets interesting.The Report retrives all the relevant data and shows me page One.When i try to view the second … | |
can anyone tell how can i get SUBSCRIBE NOW button ....free. if there is any S/W like easy menu and button maker can any one send me. actually sites are asking for pay but i dont have an bank account. | |
hi all, i am making dynamic folder of company name which user enter in a textbox..... in my project all documents, images ...ect stores in that folder... fetching data for that company, report , image are fetching from that folder..... my proble is here that suppose user enter company name … | |
i have gridview in my project and database records are displayed in that but if i want to edit the row then wht code should i write?? pls help me for this. | |
I am making a site in which user will be registered and after the payment (or subscribed) he will b served some facility like he can visit some pages of site only after payment . i m working in vb.net visual sudio 2008 . what is the easiest way to … | |
i have an free web host on aspspider.com and i have made an page with asp.net and a sql database under root\Database\db1.mdf. the code on my page is in c#. i have an code for db acces but it doesent work [CODE] string connectString = @"Data Source=~\root\Database ;Initial Catalog=DB1"; System.Data.SqlClient.SqlConnection … | |
Hi this is Kiran kumar How the Controls that are created dynamically in the page load will maintain their state that means how they will preserve the values . if anybody knows the answer please help me thanks in advancce regards kiran kumar |
The End.