13,936 Topics
![]() | |
i have a checkbox inside a datagrid when i select few checkboxes in 1st page and when i move to 2nd page the checked status of 1st checkboxes disappear(they become false) one more doubt if i want to make a checkbox true which is in 3rd page how to do … | |
I do come across many sites that teaches how to create a link that expires. I decided that once a person registers and if successful the person will be taken to a thank you page. In that thank you page, the person will be introduced to a one time offer. … | |
how can we handle exception ,make entry to log file using Microsoft enterprise library in Asp.net Web Application. | |
Hi All I have datagrid with a dopostback javascript, right now it looked click-able, when I hover with a mouse it select the entire row, except one thing when I click it doesnt do anything, I need to select a row in my datagrid and pass the values of the … | |
Hi all, I have a Windows Communication Foundation service which queries the Entity Framework and retrieves data in the form of Entity objects. I'd like to serialize these objects to JSON and send them back to the client to be interpreted in Javascript. It seems this is tricky, according posts … | |
hi iam getting in date_of_arr field crystal reports like, [U]date_of_arr[/U] 2/2/2010 12:00:00AM i wants to get only 2/2/2010,,,,,,,,, how it is possible........... help me pls........... give me any sites ,,,,,,,,,for solving this problem......... | |
Hi all! I would like some help for getting a value out of a selected row of a datagrid. To do this i used the following code but it returns an empty string (DG is my datagrid) string val = DG.SelectedItem.Cells[1].Text; Response.Write("*"+val+:*"); The rouput of this its: ** although there … | |
i don't want to use crystal report. i want to print a fromview or gridview in my printer by c# code in a webfrom. window.print() pint the whole page i want only the selected part will be print by pressing print button. .................................................thanks | |
i have a textbox and dropdownlist .whenever the dropdownlist content change then the texbox will display something and it isdifferent for each item in the dropdownlist try to sovle it by asp.net using c# | |
[code] public partial class QuestionPage : System.Web.UI.Page { string scon = "Data Source=RBWORKSTATION2\\SQLEXPRESS;Initial Catalog=onlineexamdb;Integrated Security=True;MultipleActiveResultSets=true"; SqlDataAdapter da; SqlCommand cmd; DataSet ds; SqlConnection con; ArrayList myArrayList = new ArrayList(); public String ques, option1,option2,option3,option4; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { SqlConnection con = new SqlConnection(scon); con.Open(); da = … | |
I am having an issue with the MSChart Control . I want to be able to set fill colors based on specific data points. Example if my pie chart has Texas, Arkansas, and Oklahoma as datapoints then I would like to Programmatically Set Texas as a specific color, Arkansas as … | |
I am newbie in ASP.net application. Right now I am developing a ASP.net application (3.5 framework) but getting an issue. My application is about to download a file using asp.net 3.5 . So I am using Response.WriteFile() (along with other validation) and it is working fine. But the issue I … | |
i m using gridview on ma page.aspx and in gridview i m using hyperlink that contain mem_id and open new window and show the record acc. to that mem_id but the problem is that when i close the 2nd window...grid of sender page get invisible and what i want i … | |
I am writing a bug tracking system and this is my first time using .NET. I will have a SQL database to store the bugs but I want to have a table on my main screen that will list the bugs from the SQL database and when the bug is … | |
![]() | This loop is suppose to re-color every button that's on top and to the right of the clicked button. I can have it work on one column or one row, but when I try to get it to work on more than one row and/or column, this exception is thrown … |
I have a loop where radio buttons are displayed depending on certain information. I need to make the ID a combination for two variables, Resource and a counter, i. I have it looping [CODE] for (int i = 0; i < ResourceCount; i++) {%> <TD> <%string ResourceName = Resource[i].ToString(); <%=ResourceName%> … | |
![]() | Hello, I'm not sure if the title makes any sense, but this is what I'm trying to do. I have multiple buttons and it's connected to this single event handler. The ID for each button is btnXX, XX being the row and column. [CODE]protected void btn_Click(object sender, EventArgs e) { … ![]() |
Ok occasionally I get the following error message on my site System.String Substring(Int32, Int32) Error: Length cannot be less than zero. Parameter name: length here's the wierd part, I don't use that Substring function, I use System.String Substring(Int32) whose only parameter is start. So I am getting an error from … | |
Hi, I am trying to validate a simple form using jQuery. So,I created database company and in that my table manager. here I am trying to add manager record. the code is here- AddManager.aspx file [code] <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<Formvalidation.Models.manager>" %> <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> AddManager </asp:Content> <asp:Content … | |
I have .asp extention file that i want to run in .Net 3.5 enviorment please help? | |
i write the procedure for login in this user can give username or emailid for the login. this is my code.... please check is there any change is required for this [code=text] ALTER procedure [dbo].[users_login] (@username varchar(50),@password varchar(50), @emailid varchar(50),@ret int output) as begin select username,password,emailid from users where( username=@username … | |
I built a window control as activex and i intend using it on the web page (i.e aspx page), but is not displaying on my browser. I added the activex to the page by inserting [icode]<object id="mycontrol" classid="ValupayActivex.dll#ValupayActivex.FileUplodX"></object>[/icode] into my html page. I had also added my project url to … | |
hi i wants the code cor calulating multiplication operation,values taken from two text boxes and the resultant is stored in another text box.......... here iam using asp.net with vb.net..... please help me.......... | |
Upon registration to become a member of my site a confirmation email will be sent to the member. The email will contain a link to activate the members account. Example: http://www.abc.com/activate.aspx?id=<memberId> My question is if the memberId is visible, then a person can use this link over and over again … | |
Hello Everyone.... I have had this problem for 3 days now and after going through many forums...I have had no luck. I am importing information from MS Access which goes to a data grid which in turn is sent to me in a lovely MS Excel File. This IS working … | |
Hello from Tennessee, I am looking forward to learning more about marketing and social media from everyone here. We're the developers for an Online Gaming community that has been around since 1997. As the Online Marketing world evolves, we must evolve with it, and that's why I'm here, and hopefully … | |
Hello guys. My future site physically locating in: C:\inetpub\wwwroot directory, which is accessible as [url]http://localhost[/url]. IIS 7.0 knows this site as 127.0.0.2. This means, that I created new site in IIS and assigned physical location even the directory of my over-mentioned site. Looks like everything works fine. In SQL Server … | |
Hello. I am constructing feedback form - SMTP - ADO - Captcha OK. Everything works fine to me. Except one important thing. After smtp and sql injection and Reset(), user can hit back in browser and after that resend message. that's not good. How to make the data in form … | |
using datasource how i can display image on my webpage by datalistview .binding imagebox | |
I ma doing Jqgrid application. DemoJQGrid is the name of my application. Why this errror comes. [B] Could not load type 'DemoJQGrid.MvcApplication'[/B] and the error page is global.asax.cs | |
Hello Developer, I have problem to make transperant progressbar at central of the page. I am trying to run the .gif file that can seen at middle of the page with small square and in square small circle is rouding. and after some time it will removed. It must be … | |
why this code is not working........ here iam givin two radio buttons. if first one is selected one text box is displayed. if second is selected one text box is displayed . here my coding is given below please correct it........ [CODE] If yes.Checked Then nicstaff = "Y" ElseIf no.Checked … | |
I need to learn .net 3.5 frame work. I dont have much knowledge about this. Can anyone please tell me what are the things i need to learn to handle a site as I am working in a site devlopment team and also how much time will take to handle … | |
Hi, I am a mostly self taught aspiring asp.net developer looking for some constructive criticism. Here is a sales lead management application ive been working on. [url]www.skylimittechnology.com/enterprise.aspx[/url] I was developing this for a company before they went bankrupt and never paid me. I should be able to take the same … | |
I created Report using SSRS 08 and integrated with VS 05 application. The application render the report properly when the application root folder not configured as virtual directory. If it is configured as virtual directory then it will throw following error msg "The request failed with HTTP status 401: Unauthorized." … | |
hi... i want code for automatic generation control in asp.net with vb | |
Hi Guys! I am starting a social networking web application project. I cant make up my mind whether to use PHP or ASP.NET. Which one is better, easier and more useful? Any suggestions...TY. | |
Hi, I have several themes that can be applied to pages on a website based on a users preferences. The problem is that the only way I know how to apply a theme to a website is to set the Page.Theme object in the page's PreInit event. This requires that … | |
Hi i want to create a website just like "active collab" where number of clients can register and manage their software projects progress or absloutely any kind of projects and track the progress of project. I want the client or clients to give facility to register to our project management … | |
hi i want to show the message box using database conditions,,,,, here my coding is given below......... [code] Protected Sub roomno_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles roomno.SelectedIndexChanged Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Try conn.Open() Dim dr As System.Data.SqlClient.SqlDataReader Dim da As New SqlClient.SqlCommand("select room_no from guesthouse WHERE … | |
hii every one, i have an application containing data list. datalist contains radio button as item template.i want only one radio button to be checked ie when the user clicks on one checkbox the other checkboxes should be unchecked.i have used groupname ,but no use .can any one give the … | |
I'm a B.tech student.I have to complete a project based on community website.I Need to know the source code for chatting,scrapping blogging,Everything related to a community website.They are need to be completed within 15 days..But i don't have any idea,where to start with..ANy body,PLease Help me..........:'( | |
I am using auto complete extender in my project but whenever auto complete is displaying the item list, it is also displaying the drop down below the auto complete extender.Can anyone suggest me how to block the drop down visibility when i use auto-complete Thanx in advance | |
I'm new to ASP. I have a simple contact form - text fields only - and the results are emailed. But I can't get the page to display. I get a Runtime Error. [CODE]<%@ Page Language="C#" MasterPageFile="~/SiteMaster.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="contact_me_Default" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <div id="iCntnr"> <div … | |
The technique that allow code to make function calls to .NET applications on other processes and on other machines is............? plz,fill the correct blank. | |
Sir, This is lokesh from Moradabad Student of MCA 6th sem. I have joined this website first time for your kind help... Sir I have decided to makes my project on Topic "Faculty Pages " in IIIT Roorkee Campus. Sir please provide me the information about this topic..Thanking u.. Sir | |
Hi ,we are kanchana and sohini, studying final year BE,we have been assigned a project.we would like to know what is the first step towards starting the project!!!!!!!!!!!!! pleeeeeeaaaase help!!!! | |
help me please........... here iam writing code for client side validations....... but the code is not properly working..... it will not show any error messages....... here my code is given below..... iam working asp.net with vb.net sql server database..... please check my code and give me the correct code........... [code] … | |
Hi, I found myself a difficulty on creating a image uploader to my database. This is because in .NET CF, I cant find File Upload control. Is there any other options and how should I do it? I know there is a OpenFileControl but there is a problem on saving … | |
Hi All, I'am having trouble passing image take from j2me application to asp.net C# webservice. I tried converting the image in byte[] to base64 string and pass to webmethod that receive a string and received the following error. Please help! javax.xml.rpc.JAXRPCException: error 0 during TCP write at com.sun.j2mews.xml.rpc.SOAPEncoder.encode(+248) at com.sun.j2mews.xml.rpc.OperationImpl.invoke(+40) … |
The End.