13,153 Topics

Member Avatar for
Member Avatar for hafizurahman

i use ms access as database and i dont know why my code not working.. here some of code [CODE]Private Sub btnSimpan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSimpan.Click Dim conAccess As OleDb.OleDbConnection conAccess = New OleDb.OleDbConnection conAccess.ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0;Data Source=" & Application.StartupPath & "\kptm.mdb" conAccess.Open() If txtNamaP.Text …

Member Avatar for IrshadIkhlas
0
141
Member Avatar for kimlong008

If I want to make a file connect SQL by file C# which I don't use connect in web.config But I can't call 2 class because when file aspx and Cs they have call [CODE]public partial class _Default : System.Web.UI.Page[/CODE] Help me create file connect SQL in Cs use all …

Member Avatar for kimlong008
0
226
Member Avatar for jakkee

Hi, Im creating a website where users can enter details into an access database. I want to add a page where the most common names from the access database are displayed. Would anybody have any ideas how this can be done. The table im trying to get the information from …

0
55
Member Avatar for kieky

hi all...i need your help.. i'm using method to count total comment in my application. This is my code : [B]Comment.aspx.cs[/B] [CODE] protected String GetCountComment(string IdTopik) { try { string value = String.Empty; DMSDataAccess db = new DMSDataAccess(); var comment = db.DMSDataContext.Comments.Where(p => Convert.ToString(p.IdTopic) == IdTopic); value = Convert.ToString(comment.Count()); return …

Member Avatar for Mitja Bonca
0
97
Member Avatar for Nitin Daphale

In my project everywhere I get data(ex.customers) in a datatable and for further use I store it in session as [CODE]Session.Add("DtTblName",dt_Cust);[/CODE] And access through dt_Cust=(DataTable) Session["DtTblName"]; All is working fine, my concern is, Is it a right way to store heavy object like datatable store in session, to avoid database …

Member Avatar for Nitin Daphale
0
852
Member Avatar for azam3404

Hi, i am using ASP.NET.I want to insert command in asp.net using c#.How can i do?? thanx

Member Avatar for crishlay
0
103
Member Avatar for Shantanu88d

Hi, I have a web form. On it I am generating a gridview through a stored procedure. Now it has it's DataSource set to dataset object ds. After generating this gridview. I want to generate an xls file. The code for that is correct. But since I am calling a …

Member Avatar for crishlay
0
372
Member Avatar for manraj82

Hi guys, I am in the process of creating a login form in ASP.Net and I have not written any code for it yet bcos I dont know how to go about doing it.In the past I have created basic login forms in ASP.net by redirecting them to a page …

Member Avatar for crishlay
0
1K
Member Avatar for denmarkstan

i cant really understand this error. from what am doing, "SS3B" comes from textbox6. and here is the sql code to insert it to database. But it keeps giving the above error. Beside, i am not converting anything. [ICODE]cmd.Parameters.AddWithValue("@FormedClass", TextBox6.Text.Trim())[/ICODE] Please where is this error coming from? And what is …

Member Avatar for crishlay
0
137
Member Avatar for SEOKRU

Hi, I am triyng to create a very basic image catalog in a table I have a DB with image source (src), and URL (herf) and id , I need to use a simple query with "order by random", but what now? How do I connect the query result to …

Member Avatar for crishlay
0
72
Member Avatar for Moirae

Hello everyone! I have field in database table that is image type. I have to create model for this table (mvc3) and I don't know which data type to use. Any hints??

Member Avatar for crishlay
0
70
Member Avatar for fusioninfosys

hi all I am new in asp.net. my company got a big asp project for updation. and it is a published website so that the source code is not available. how can i retrive the source code from the published? Is there any chance? If not what i do for …

Member Avatar for crishlay
0
103
Member Avatar for waqar100

I want to increase the data type of varchar(100) to varchar(200)?without any loss of data in the existing table?HOW

Member Avatar for crishlay
0
246
Member Avatar for eileenc87

Hi All, I would like to seek for help in the matter above.. How can I delete row data in datagrid?

Member Avatar for crishlay
0
290
Member Avatar for fawadkhalil

Hi all In my web application i have validation controls. On selected index change of drop down list i set Enabled property to false of certain validations but they are still enabled. Drop down list is inside update panel. Strange part is the that it works fine on my local …

Member Avatar for kvprajapati
0
96
Member Avatar for artic

Hi, In our project, I wrote the below code to upload any file of size less than equal to 2MB, in my local XP system working fine, when i deployed to client server having config windows server 2003, i got request time error when size is more than nearly more …

Member Avatar for crishlay
0
187
Member Avatar for Max N'yampala

I am working in website I created using C#. At the begining, I create 3 users with asp.net configuration and their logins are correct. I decided to create users from my own page and they were created successfully. But I noticed that they cannot login and their passwords are not …

Member Avatar for crishlay
0
114
Member Avatar for Mrunmaishinde

hi.... ZSLGRREN i am to late to reply , sorry i have used your code of changing color of selected row of gridview but problem is that color is not stable . after click event fire color is disappear... so plz help...

Member Avatar for crishlay
0
149
Member Avatar for Mrunmaishinde

hi... frnds i want to hold the position of selected row of gridview using update panel... plz help..

Member Avatar for crishlay
0
348
Member Avatar for Munnazz

Hi, I was in a urgency of some requirement that was given to me.. I want to access my mater page control in my child page can any one give some assistance regarding this..

Member Avatar for Munnazz
0
115
Member Avatar for vanpersie

Hi I have a gridview that based on a table of 18 column which makes the web page of too large width. how to make a gridview in a more acceptable to final user in shape? or is there a better control of the same proprties

Member Avatar for pinkygirl
0
102
Member Avatar for KazenoZ

Hello, I've been looking into implementing a simple networking option to a program I'm working on, and have looked around at what my options are. The program is made in Managed C++(.NET), and so far have worked great. Browsing my options, I've found that .NET is also capable of networking, …

Member Avatar for KazenoZ
0
220
Member Avatar for kool.net

hi, can any one tell me how to i print a page in c#.net. actually i need it to print receipt in my project. Help me. Thanx in advance

Member Avatar for ChrisHunter
0
400
Member Avatar for judithSampathwa

hi there, i want to develop a login in asp.net C#. please can someone give me a guide to develop a login web page using MVC pattern i am using visual studio 2008 please can some show how to create a login using MVC thanks

Member Avatar for abelLazm
0
166
Member Avatar for abathurst

Hi all, I'm not the best with coding and was wondering if some one can help me out. The page is inserting information into a database but when i added an extra section to insert i get the error [CODE] Could not find stored procedure 'Insert_PublicationsA'. Description: An unhandled exception …

Member Avatar for bill51
0
483
Member Avatar for suvisoya

hi i am new for webservice .i want to know where do we use webserive and tell some examples thanks

Member Avatar for jbisono
0
95
Member Avatar for Michaeloco

Hey, As you can see i have a function to retrieve the product description based on product code. For some reason this is refusing to return a value even though the value im entering into test is there in the table, i can see the value of the input enters …

Member Avatar for Freon22
0
97
Member Avatar for soft_coder

Hi! I am a .NET developer. I have two consecutive web parts. Each webpart is inside an update panel. So the scenario is like there are two update panels one after the other. The problem I am facing is when one is fired the other is also firing. The code …

Member Avatar for soft_coder
0
107
Member Avatar for soft_coder

Hi! I am a .NET developer. I have added a Java WSDL as a web reference to an application. After someday I deleted the reference and added it again. From that day I am unable to build/debug/deploy the solution. I am getting the following error: [B]Custom tool error: Unable to …

0
54
Member Avatar for johnjohn123

I want to call google map web service API from my MVC application ; i found the folliwng article which seems to implement the same thing, but the problem is that it does not include the code to write in the view:- [url]http://jatinkacha.wordpress.com/2010/10/02/call-google-map-webservice-api-from-cand-vb-net-call-geocoding-map-api-webservice-from-c-and-vb-net/[/url] so from where i can find helpful …

0
37

The End.