Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
Member Avatar for sbglobal

hi I want to change the width of column in Gridview bound field but it is not changing . Code Is [code] <asp:BoundField DataField="Address" HeaderText="Address" SortExpression="Address"> <ItemStyle Width="500px" /> </asp:BoundField> [/code] thanx

Member Avatar for grovalmitchul
0
536
Member Avatar for croker10

Hey All, Hopefully some of you have some great creative ideas. My company, and IT consulting firm, is partnering with a charity that operates in the Philippines to supply refurbished computers to students who would otherwise not have access to them. We are looking to get a name for the …

Member Avatar for RH-Calvin
0
125
Member Avatar for skliz

I have created a simple ajax mvc code snippet. The owl idea is to post message from a textarea box to the controller through ajax and update and element on the page with result of the ajax request. But unfortunately the update part of the code is not working. Problem …

Member Avatar for skliz
0
168
Member Avatar for chenschel

Hi and thanks ahead of time: I need an editable gridview with an Access database as it's source. The findcontrol is not finding control in gridview (dropdownlist). I have the following gridview: [CODE] <asp:GridView ID="gvRescue" runat="server" AutoGenerateColumns="False" onrowcancelingedit="gvRescue_RowCancelingEdit" onrowediting="gvRescue_RowEditing" onrowupdating="gvRescue_RowUpdating" onrowdatabound="gvRescue_RowDataBound"> <Columns> <asp:TemplateField HeaderText="ID"> <ItemTemplate > <asp:Label ID="lblID" runat="server" Text='<%# …

Member Avatar for chenschel
0
981
Member Avatar for Netcode

Hello everyone, Please am working on a project basically for storing personal data for some employees. I have a dropdownlistbox which gets its content from a table in SQL-Server. I also have a textbox which i want its text to be the same with the selectedted item of the dropdownlist …

Member Avatar for Pgmer
-1
103
Member Avatar for croker10

Hi All, I am trying to use to linq to retrieve some data, and creating my queries dynamically with where clauses added to an IQueryable object. The problem I am running into is filtering for days of the week. In the table, I have a datetime of a call. I …

Member Avatar for thines01
0
220
Member Avatar for johny2011

Hi all, I have two dropdownlist (country and city dropdownlists) taking their data from access database, in order for filtering the data shown in gridview. I want city dropdownlist get notified and change whenever a country selected from country dropdown list I mean, wheneever user selects a country, I want …

Member Avatar for johny2011
0
498
Member Avatar for rino_abraham

Please review the code as i am geting the error where i have placed arrow mark on the code section. Afer editing when i click on the update the below error is fired. what i am doing wrong Error: Unable to cast object of type 'System.Web.UI.WebControls.DataGridLinkButton' to type 'System.Web.UI.WebControls.TextBox'. using …

Member Avatar for rino_abraham
0
285
Member Avatar for MARKAND911

I have a linkbutton named "linkbutton1" on my webpage in asp.net(c#) Now i want to change color of linkbutton1 when it gets disabled. I want to do this using an event which will fire on disabled process of linkbutton Same as there is an event of RowDatabound in gridview control, …

Member Avatar for croker10
0
132
Member Avatar for apanimesh061

I have tried to make a chatting application using ASP.Net. Following are the names of the files : 1. default.aspx - The first page where the login ID/Passwords are to be entered 2. Chat.aspx - Here the chatting is done 3. rs.js - RemoteScripting Java script 4. Global.asax 5. ChatEngine.cs …

Member Avatar for crishlay
0
112
Member Avatar for samreen36

hello i made databse that contain images description like price details etc i place pics on asp page <img src = "" ...........> i want to do that when i click on image image descripton from databse comes on page my c# code is [code] protected void TextBox1_TextChanged(object sender, EventArgs …

Member Avatar for croker10
0
172
Member Avatar for xaveri

When i try to update the row in datagridview, it doesn't get updated into database. Nothing happens when i change the fields. Not even the delete command is working. [CODE]<%@ Page Language="C#" AutoEventWireup="true" CodeFile="existBill2.aspx.cs" Inherits="existBill2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Editing Existing …

Member Avatar for xaveri
0
154
Member Avatar for gogs85
Member Avatar for sherinpoulose

I have input data in excel and csv format.so depending upon whether user is giving excel or csv ,i have to use that.i have attached the code. [CODE] if (excelfileupload.HasFile) { String FilePath = Server.MapPath("~/Files/FileName.csv"); System.IO.File.Delete(FilePath); DropDownList1.Visible = true; DataSet excelds = (DataSet)Session["excelDataSet"]; DataTable samples = excelds.Tables[0]; ArrayList rowcontents = …

Member Avatar for sherinpoulose
0
101
Member Avatar for danholding

apologies if this is in the wrong section, the situation: i have a drop down box with the values 1 - 10 [CODE]<asp:DropDownList ID="DD" runat="server" Text='<%# Bind("DD") %>'> <asp:ListItem Value="1"></asp:ListItem> <asp:ListItem Value="2"></asp:ListItem> <asp:ListItem Value="3"></asp:ListItem> <asp:ListItem Value="4"></asp:ListItem> <asp:ListItem Value="5" Selected="True"></asp:ListItem> <asp:ListItem Value="6"></asp:ListItem> <asp:ListItem Value="7"></asp:ListItem> <asp:ListItem Value="8"></asp:ListItem> <asp:ListItem Value="9"></asp:ListItem> <asp:ListItem Value="10"></asp:ListItem> </asp:DropDownList>[/CODE] …

Member Avatar for danholding
0
526
Member Avatar for croker10

Hi all, More of general question, than just about drop down objects, but that's where I noticed first, so I'm using that as my example. In the project I am working on, one of the programmers created a new drop down item using [CODE] new ListItem() {Text = "stuff", Value="someValue"}; …

Member Avatar for croker10
0
137
Member Avatar for 123mehran

Hi i want when no item selected after Submit show this message "Nothing Selected" what should i do ? Thanks [CODE]Protected Sub Btnsub_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Btnsub.Click lblresult.Text = "You Chose:<br/>" Dim Lstitems As ListItem For Each Lstitems In CheckBoxList1.Items If Lstitems.Selected Then lblresult.Text &= …

Member Avatar for MamathaS
0
152
Member Avatar for MARKAND911

i want to know that from which pages my current page has been called in ASP.net As for example I want the track of page named "hero.aspx" and it has been called from "Zero.aspx" and "Zero.aspx" has been called from "one.aspx" So i want output as whole page called hierarchy. …

Member Avatar for kvprajapati
0
134
Member Avatar for croker10

Hi All, Hopefully someone has had this problem in the past and can point me in the right direction. In the last couple days the ASP.NET development server has slowed down to nearly a halt when starting and stopping debugging, by that I mean anywhere from 5-7 minutes before the …

Member Avatar for croker10
0
189
Member Avatar for abdul saboor
Member Avatar for croker10
-1
110
Member Avatar for ImranShafiq

I have developed web application in asp.net 2.0. I have number of pages and i want to open new ie instance on button click event.

Member Avatar for croker10
0
89
Member Avatar for abdul saboor

is it possible to send ad receive email on(mail server) my own domain.......?

Member Avatar for croker10
0
90
Member Avatar for shmy789

Hello . I have Gridview which display a table that contain a Foreign Key , and because of Foreign Key , The Automatic Generate Delete Link Can't be work correctly , because SqlQuery not one Table ,... So i must Type a code in Row Delete Event , if my …

Member Avatar for croker10
0
68
Member Avatar for ryathegr8

hi em trying to fetch Employee information from db and load it in Gridview....i select departemnt name and Grade from dropdownlist and pass it in query buh it returns Invalid column name 'InformationTechnology' and Invalid column name 'Grade17' [CODE]String strCon = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlConnection objcon = new SqlConnection(strCon); objcon.Open(); // String …

Member Avatar for ryathegr8
0
145
Member Avatar for Mr.BunyRabit

Hey there. Its Ruan I have a little problem. I have a column Student number, and i can access all the individual student number values in the database ACCEPT one... the very last one in the column. this is my code [CODE] String StudentNumber = myDS.Tables[0].Rows[myDs.rows.count]["Student_Nr"].ToString();[/CODE] but when i do …

Member Avatar for Mr.BunyRabit
0
83
Member Avatar for ans2007kumar

I need help i got a text file(txt) with values separated with comma like this "0C060000","SKILL_CH_WATER_CURE_C_05","Force Cure - Condiion",1000,2100,63,359 "0D060000","SKILL_CH_WATER_CURE_C_06","Force Cure - Condiion",1000,2100,63,398 "0E060000","SKILL_CH_WATER_HEAL_A_02","Heal - Medical Hand",1000,3000,424,85 array list box list Box no where txtbox, txtbox, no where i want to get each data and display in the list box …

Member Avatar for croker10
0
167
Member Avatar for shallug

Hi, I have created a registeration page without using login controls in asp.net (C#). I have taken label,text boxes and validation controls. Can u please help me, i dont know how to validate them or how this will work. Its very urgent Thankx

Member Avatar for umamahesh2020
0
221
Member Avatar for croker10

This is more than likely the dumbest sounding problem most of you will have ever heard of, but after three days of attempting to fix this myself, I have gotten no where. I am working on an older project, it works fine, but I need to upgrade it an add …

Member Avatar for croker10
0
235
Member Avatar for croker10

Hi All, I am trying to output an excel workbook that I created else where in the program through a Response.Write() call. The issue I am having is that when I call the Response.Write(); it shows the download dialog for the excel file which it is supposed, but when opened, …

Member Avatar for croker10
0
671
Member Avatar for GoogleEyedBass

Program runs fine but i want it to be able to read an array and store the first 100 prime numbers. Anyone have any idea how? [CODE] /* * Name: Sean */ using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //Variables …

Member Avatar for croker10
0
148