12,085 Topics

Member Avatar for
Member Avatar for sureshrajanmca

If runtime error occur then who find and sent error to the user? I think its JUST-in-Runtime, but I want brief answer.

Member Avatar for kvprajapati
0
97
Member Avatar for fiaolle

Hi I'm trying to use a dropdownlist in the DetailsView, but when I click the insert button I see in the table that the field Maker just contain NULL value. I haven't been using the GridView or DetailsView that much so I need help. Is there a way to insert …

Member Avatar for kvprajapati
0
107
Member Avatar for laghaterohan

Hello, i have two controls one Dropdownlist and another a text and i have add button besides them. Both the ddl and textbox r populated from database. I have a gridview placed below these controls. when a user clicks on add the gridview should populate with the selected value in …

Member Avatar for rohand
0
268
Member Avatar for skumar.snl

Hi there, I have a silverlight 4.0 application, i have to make a line graph with -ve,+ve y-axis. Please guide me.

Member Avatar for kvprajapati
0
87
Member Avatar for iamchamith

I am use asp.net with C#.net... my question is how to get message box at server side... example is ..> we think there is the asp textbox in the asp page.if this textbox is empty message box [conform box] must appear with the message called "Are u really want to …

Member Avatar for iamchamith
0
153
Member Avatar for sp22403

Hi, I have a scenario as follows... can someone guide me a suitable solution? 1) I retrieve an XML string from database. 2) I need to modify an XmlNode attribute at runtime based on user input. 3) I need to to pass the updated XML string to code downstream. Currently …

Member Avatar for kvprajapati
0
84
Member Avatar for senthilprabhu

I am final year B.Sc Computer Science student. I want to do my final yr project so kindly send me some asp.net titles

Member Avatar for kvprajapati
-1
140
Member Avatar for tuomari

Hi! I have been looking into this the whole day, and I haven't found any good straight answers to my problem. So what i am trying to do, is that I have a XML file where i have defined for example what is the name of the column (In this …

Member Avatar for kvprajapati
0
193
Member Avatar for sakhi kul

hi to all, I want to ask about GUID. what is the main use of GUID in our database. I have seen that many developers uses GUID in user table(contains username and password) and they update GUID of that user each time when user login. In asp.net I have created …

Member Avatar for sknake
0
99
Member Avatar for born star

whats the difference between [COLOR="Green"]static int[/COLOR] and [COLOR="green"]int32[/COLOR] in asp.net

Member Avatar for kvprajapati
0
52
Member Avatar for tuomari

I'm trying to make an .aspx page which would allow me to change values in the database. It has a datagrid which shows everything from one database table, and allows me to edit the data row by row. Everything goes smoothly as anything, but when I try i update the …

Member Avatar for dnanetwork
0
125
Member Avatar for jPEE

Hi, I am trying to re-use some VB code in my C# app but can't get them to compile together. I have read about dividing them in the App_Code folder, and I have done that and added the subfolders to web.config. However, now when I try to compile, I get …

Member Avatar for kvprajapati
0
109
Member Avatar for pce.trial@gmail
Member Avatar for kvprajapati
0
30
Member Avatar for khaled_jawaher

i want to know if i can access a microsoft access database remotely,if i have dynamic ip address but if i register in dyndns that gives me a domain name by updating my dynamic ip address each time i connect to internet.pls give me a sample only how can i …

Member Avatar for finito
0
175
Member Avatar for maria_mj

How to display drop down list item based on value from other column in gridview during editing. My gridview have many column and are editable. User can edit data that was displayed in the gridview by click the "Edit" button. In EditItemTemplate, i have put a few drop down list. …

Member Avatar for maria_mj
0
3K
Member Avatar for pennwhite

I am attmpting to create a CheckBoxList which will have ListItems corresponding to the names of the of the columns. Then, when a user cchecks a name, that column would be made visible (checked) or invisible (unchecked). All columns should be visible in the beginning. Teh code below works except …

Member Avatar for rohand
0
119
Member Avatar for amalashibu

Hi,i got this error. Error is: The updated data was repeated again.when i refresh the page,it comes correctly, How i rectify it codings given below --------------------------- Protected Sub GridView1_RowUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles GridView1.RowUpdating ' GridView1.AutoGenerateColumns = False Dim row As GridViewRow Dim Exp As TextBox …

Member Avatar for dnanetwork
0
102
Member Avatar for rohand

Good Evening guys ! do you guys have any idea how to create branch in Team Foundation Server (TFS) ? I mean development, production etc.. Thanks in advance !!

Member Avatar for dnanetwork
0
108
Member Avatar for gabrielmusa

i have a form that is opening a popup page at some point but i can not get the value from the popup page that is selected from a gridview to the form.

Member Avatar for gabrielmusa
0
95
Member Avatar for mahesh0606

Hi, Can any body tell me step by step, how to upload an asp.net site at booked domain. mahesh

Member Avatar for dnanetwork
0
69
Member Avatar for jamshed ahmed

[CODE] function AdminValidate() { if(document.getElementById("txtdate").value=="") { alert("PLEASE ENTER DATE..."); return false; } <asp:DropDownList ID="drpAgentId" runat="server" AutoPostBack="True" onselectedindexchanged="drpAgentId_SelectedIndexChanged" onchange ="return AdminValidate()" > [/CODE] as in above code it works fine if txtdate is empty it alerts a but when textdate is not empty then it does nothing i mean i want …

Member Avatar for dnanetwork
0
78
Member Avatar for Z_KiNGPiN

Hey, Umm, I'm New to this Forum ... and extremely New to ASP.Net ... have some insight into C# though I was trying to make a website on ASP .. now the problem is, when we access a website 'Index.html' is the first thing that is accessed, but what is …

Member Avatar for Z_KiNGPiN
0
147
Member Avatar for smariano77

Hi, this it's my problem. I have a textBox and a label. In the textbox an email address should be written. Then, when you click the label a inline popUp appears (this one to be more specific:[URL="http://orangoo.com/labs/GreyBox/"] http://orangoo.com/labs/GreyBox/[/URL] ) The thing is that I have to send the email address …

Member Avatar for smariano77
0
160
Member Avatar for ankita1

We have created an MVC web application in asp.net 3.5, it runs absolutely fine locally but when we deploy it on godaddy hosting server (shared hosting), it shows an error which is related to trust level problem. We contacted godaddy support and they say, that we only support medium trust …

Member Avatar for dnanetwork
0
388
Member Avatar for krunalkakadia

Hello guys, i have 5 records in my table.when i delete any record from the table i want to auto update record's id in my table. ex.say 5 records from ID 1 to 5.when i delete record 3, the following records 4 n 5 id are changed from id 4 …

Member Avatar for dnanetwork
0
86
Member Avatar for sureshrajanmca
Member Avatar for G_Waddell

Hi Folks, I wonder if anyone knows what is happening here because I'm very confused... I have some nested repeater that I'm using to display a list of Categories, projects and tasks on my ASP.net site written in VB.net i.e. Repeater 1 Category Repeater 2 Project Repeater 3 Task In …

Member Avatar for G_Waddell
0
352
Member Avatar for DhCoder

Here is the error message Object reference not set to an instance of an object. Line 18: FuelDSTableAdapters.FuelTableAdapter dsFuelTableAdapter = new FuelDSTableAdapters.FuelTableAdapter(); Line 19: decimal totalFuel = (decimal)dsFuelTableAdapter.TotalFuel(DateTime.Parse(TextBox2.Text), DateTime.Parse(TextBox1.Text)); Weird thing is - it works based on the dates I put into the text boxes. I think it has something …

Member Avatar for rohand
0
144
Member Avatar for grafiksinc

Hello All, I have a Web Application I am developing that has a GridView. I have searched the internet to no avail looking for an answer to this. The gridview has 11 columns. I want to hide the 11th column while in normal mode and make visible while in edit …

Member Avatar for grafiksinc
0
129
Member Avatar for hitro456

Hi folks, I have a web page...which has a drop down box. whichever value is selected from that drop down certain number of labels and text boxes have to be created accordingly. [Actually database drives this...] Can anyone tell me, how can I achieve this ???? One more thing...I wanna …

Member Avatar for smariano77
0
89

The End.