13,936 Topics

Member Avatar for
Member Avatar for coollife

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 …

Member Avatar for kvprajapati
0
85
Member Avatar for solomon_13000

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. …

Member Avatar for TinsaeG
0
98
Member Avatar for sandeep.snl

how can we handle exception ,make entry to log file using Microsoft enterprise library in Asp.net Web Application.

Member Avatar for sandeep.snl
0
83
Member Avatar for Traicey

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 …

Member Avatar for Traicey
0
127
Member Avatar for Calvin Nguyen

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 …

0
41
Member Avatar for kanuri1

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.........

0
46
Member Avatar for madcloud

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 …

Member Avatar for Kapil Vaichalka
0
1K
Member Avatar for kdcorp87

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

Member Avatar for kdcorp87
0
150
Member Avatar for dhanasekaran16

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#

Member Avatar for mith_cool
0
96
Member Avatar for ashab27

[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 = …

Member Avatar for mith_cool
0
137
Member Avatar for eaohen

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 …

0
54
Member Avatar for lalit_agr84

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 …

0
55
Member Avatar for vankysrox

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 …

0
69
Member Avatar for chunalt787

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 …

Member Avatar for jamesonh20
0
76
Member Avatar for kyeong

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 …

0
45
Member Avatar for bonnysammy

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%> …

Member Avatar for bonnysammy
0
1K
Member Avatar for kyeong

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) { …

Member Avatar for kyeong
0
86
Member Avatar for campkev

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 …

Member Avatar for Ezzaral
0
213
Member Avatar for sakhi kul

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 …

0
85
Member Avatar for firoz18
Member Avatar for kvprajapati
0
34
Member Avatar for sasidhars

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 …

Member Avatar for padtes
0
110
Member Avatar for ema005

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 …

0
52
Member Avatar for kanuri1

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..........

Member Avatar for apegram
-2
72
Member Avatar for solomon_13000

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 …

Member Avatar for solomon_13000
0
74
Member Avatar for lefe0102

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 …

Member Avatar for random1970
0
108
Member Avatar for TournamentGames

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 …

0
30
Member Avatar for Nfurman

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 …

0
82
Member Avatar for Nfurman

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 …

Member Avatar for Nfurman
0
97
Member Avatar for Yogeshdave

using datasource how i can display image on my webpage by datalistview .binding imagebox

0
43
Member Avatar for sumangala

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

0
59
Member Avatar for Pari13

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 …

0
67
Member Avatar for kanuri1

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 …

Member Avatar for mail2saion
-1
75
Member Avatar for debangan.b

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 …

Member Avatar for debangan.b
0
129
Member Avatar for ricksvoid

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 …

0
80
Member Avatar for moganrajn

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." …

0
54
Member Avatar for t_rajan19
Member Avatar for kvprajapati
-1
48
Member Avatar for sparker_man

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.

Member Avatar for chrishea
0
58
Member Avatar for ChimpusDupus

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 …

Member Avatar for andy28
0
96
Member Avatar for nccsbim071

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 …

0
101
Member Avatar for kanuri1

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 …

Member Avatar for kanuri1
0
127
Member Avatar for greeny_1984

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 …

Member Avatar for tamannashah
0
196
Member Avatar for ajijacobm

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..........:'(

-1
68
Member Avatar for RAMAN2233

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

Member Avatar for kvprajapati
0
33
Member Avatar for woznickis

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 …

Member Avatar for kvprajapati
0
106
Member Avatar for Pari13

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.

Member Avatar for kvprajapati
0
55
Member Avatar for lokesh87

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

Member Avatar for kvprajapati
0
43
Member Avatar for sokan

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!!!!

Member Avatar for kvprajapati
-1
65
Member Avatar for kanuri1

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] …

0
58
Member Avatar for samuel_1991

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 …

Member Avatar for samuel_1991
0
189
Member Avatar for TanWS

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) …

0
62

The End.