13,152 Topics

Member Avatar for
Member Avatar for grafic.web

Hi, i finally done my flag where i can choose the culture of my site, the problem now is the following : i have my table with ID , BODY, BODY_IT, BODY_FR, BODY_SP for example, when i click on the french flag my culture is = fr in this case, …

0
234
Member Avatar for Gaurav_14

I am designing one web page which checks the existence of the Email Address on the server For that I have the following code.....this code checks the the existence of gmail address for e.g xxxx@gmail.com on the Gmail server so can anyone please tell me what is the MX Record …

0
85
Member Avatar for YA RAMSAMKER

is it possible to create moving pictures on asp.net ? what software will you recommend to create these pictures ?

Member Avatar for gauravrana
0
101
Member Avatar for PsychicTide

EDIT: I'm sorry for multiple posts, I couldn't delete or modify the previous one. Hey guys, ASP.net noob here (several years since I've worked with anything not opensource-related). I'm attempting to pretty much copy and modify an ecommerce site tutorial which is driven by my already created MS SQL database …

Member Avatar for PsychicTide
0
2K
Member Avatar for andile makatini

I need to know how to populate a dropdownlist and how do i put a title/heading above my listbox? i've been trying and my listbox heading just keep sitting next to listbox.. Ooh! almost forgot how to insert groupview

Member Avatar for sushmaja.arumalla.9
0
183
Member Avatar for mherz

Good Day Everyone, On my gridview I set the allow paging to "false" because I want to show all the data without using paging. However the errors has displayed at the status bar of my page it indicates "DONE but with an error". I try to trace it, but I …

Member Avatar for sushmaja.arumalla.9
0
131
Member Avatar for YA RAMSAMKER

is it possible to put logo's on the extreme top half of web pages in asp.net ?

Member Avatar for YA RAMSAMKER
0
106
Member Avatar for vishuhak

please help me.. how should i cancel the editing, and update and delete the row from gridview. by using store procedure. and binding the table column with <asp:BoundField></asp:BoundField>.. here is my Html code. <asp:GridView ID="gridviwtbl" runat="server" AllowPaging="true" ShowFooter="true" PageSize="10" OnPageIndexChanging="GridViewSample_PageIndexChanging" OnRowDeleting="GridViewSample_RowDeleting" OnRowEditing="GridViewSample_RowEditing" AutoGenerateColumns="false" OnRowUpdating="Gridviw_RowUpdating" AutoGenerateEditButton="false" AutoGenerateDeleteButton="false" Width="140px" onselectedindexchanged="gridviwtbl_SelectedIndexChanged" onrowcancelingedit="gridviwtbl_RowCancelingEdit" onrowcommand="gridviwtbl_RowCommand"> …

Member Avatar for YA RAMSAMKER
0
485
Member Avatar for 21345570

When using ASP.NET Web Forms to design the GUI , you may either use the drag and drop method or the source code , where you type code using html if I'm not mistaken. In the ASP.NET model-view-controller (MVC) form would you also be using html to design the GUI? …

Member Avatar for 21345572
0
142
Member Avatar for Wangari.Patrick3

hallo good people am new to ASP.NET but well versed with VB.NET(VisualStudio 2010 ) my question is is there a way can i convert an application i have developed in vb.net to ASP.net to ba a web application and if yes what is the procedure???? My other question is can …

Member Avatar for Moran_1
0
427
Member Avatar for palakmanthan
Member Avatar for mehran.abdi.9
Member Avatar for andile makatini

We have been given a integrated project we must develop an system using MVC any1 who can help cos we have never used it before.. any1 whos willing to help....

Member Avatar for pritaeas
0
66
Member Avatar for yrawal90

i want to create a online compiler website but how to build a different compiler at one site with eaisy coding ..pls suggest me the proper solution

Member Avatar for pritaeas
0
142
Member Avatar for vasanda.chettiar

i'm new to asp.net i want to develope a software project in asp.net. how shouls i start

Member Avatar for sharah
0
24
Member Avatar for KushMishra

Hello All, I want to design a DataGrid similar to the one in the design picture attached with this article (Please see the pic attached). I want the following bindings and features :- 1. The first column of every Item (Item1,...Item5) for (LineNo=1....LineNo=?) will get bind to "Unit" which is …

Member Avatar for KushMishra
0
338
Member Avatar for balamurugan.rajendran.14

Hi, Could someone please help me to optimize the attached code file. as i'm new to c# world. Thanks in advance cheers

Member Avatar for JorgeM
0
224
Member Avatar for Siphokazi_F

# Hi, # I just joined this forum. I am a second year student doing Information Technology(Software Development stream) at the Durban University of Technology. I have just started doing source code for ASP.NET c# and I would love to know how the MultiView and GroupView components work and what …

0
76
Member Avatar for KushMishra

Hi All, I have got one scenario here in which I need to bind a DataGrid to a collection (array, ObservableCollection etc.). My Collection name is "WarningList" and the code is as follows :- **ViewModel :-** WarningList = {({result.WarningMsgCode, result.WarningColor})} **xaml :-** <data:DataGrid x:Name="gridSystemWarnings" Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="3" Grid.RowSpan="2" DataContext="{Binding}" IsReadOnly="True" …

Member Avatar for KushMishra
0
262
Member Avatar for Roya Ahmed
0
86
Member Avatar for Wael1988

hello i have an error while am trying to retrieve data from a tb in data base using Stored Procedure any help please? this is my web.config <?xml version="1.0"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <connectionStrings> <clear/> <add name="myConnectionString" connectionString=" …

0
130
Member Avatar for kavitha N

Hi, I am getting below error after triggering in my table. ORA-04098: trigger 'HRMS2.NTS_ADVERTISEMENTS_TRIGGER' is invalid and failed re-validation and the below is the query for triggering i used. create sequence nts_advertisements_seq start with 1 increment by 1 nomaxvalue; create trigger nts_advertisements_trigger delete insert on nts_advertisements for each row begin …

0
120
Member Avatar for Wael1988

hello i have a table "employers" Employerid int InsuranceNumber varchar(10) Ministry nvarchar(100) Adress nvarchar(250) PostalCode varchar(50) Phone varchar(14) Mobile varchar(14) Email nvarchar(60) UserName nvarchar(50) Password nvarchar(50) ContactPerson nvarchar(250) EntryDate datetime LastUpdateDate datetime IsDeleted bit Active bit and i have created how to insert data using insert stored proc Create procedure …

0
97
Member Avatar for priya gupta
Member Avatar for kCoder

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace ConsoleApplication1 { class collectinexample { ArrayList mylist = new ArrayList(); mylist.Add("apple"); mylist.Add("grapes"); } } this is my code but m getting an error "Error 1 Invalid token '(' in class, struct, or interface member declaration " plz help

Member Avatar for JorgeM
0
126
Member Avatar for achinaseller

I want to develop an inventory of software using asp.net , Then began the promotion, he hopes to sell for money, this idea can be implemented it?

Member Avatar for M.Waqas Aslam
0
100
Member Avatar for mherz

Good Day! I need guys help. I have a problem in my web site that was running on my local machine. Actually, months ago the page was working fine and has no error but now, it already has. The pop up message is "Line: 4723 Error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference not …

Member Avatar for mherz
0
309
Member Avatar for kavitha N

Hi, I am looking to store files into Blob in oracle table. Like .pdf .doc .xls .jpg etc. Please help me on this. Regards, Kavitha Kesav

0
95
Member Avatar for kavitha N

Hi All, Need a help on ASP.NET gridview. I need a link gridview in asp.net and when you click on particular link that details has to show in the same page. I am using Oracle database. Thanks in advance. Kavitha Kesav

Member Avatar for kavitha N
0
114
Member Avatar for 2jewel

Hello all, I am having an issue learning some things in visual studio 2013 asp.net using vb. I am following a fellows instruction on doing a report with a parameter. In this part of the code: Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Protected Sub Button1_Click(sender As …

Member Avatar for |-|x
0
387

The End.