13,153 Topics

Member Avatar for
Member Avatar for deeraj

Hi, I am developing an ASP.NET application which uses Crystal reports 9. It was working fine. But later I installed the trial Crystal Report 11. After that the generating of the reports gives the folowing error "System.Runtime.InteropServices.COMException: Not enough memory for operation." The change of version may not be the …

Member Avatar for dotyell
0
239
Member Avatar for muthu raj

i have a page in which i m using grid control to display data from sql server. i have two fields in my table.name,image in which image datatype is image.i m using an sqldatasoure for data binding.when i run my page image not displayed in my page.only name field is …

Member Avatar for greeny_1984
0
163
Member Avatar for preethi_ga
Member Avatar for himabindubeerel

I made a simple form in C#, inside it there is textBox I want when I write the value inside this textBox it's must check it with one rows of the table inside dataBase if it's exist it print a message box else exit.....Any one can help ??? Thanks in …

Member Avatar for greeny_1984
0
40
Member Avatar for Robins Antony

[B]Hi all, How can an end user create reports using report builder in SQL 2005 Report Builder?[/B] Thanks in Advance.... Robins

Member Avatar for Robins Antony
0
81
Member Avatar for Robins Antony

Hello, I have SQL Reporting Services 2005 installed. When I go into the SQL Reporting Services Configuration Manager I immediately get an error that says that "No report servers were found on the specified machine" then Details: Invalid Namespace. Pls help Thanks in Advance

Member Avatar for dickersonka
0
135
Member Avatar for kapil.tandon

hi , like i have to create a label and that label displays the total cost of a particulat think.like i do some activity A. related to acctivity A are following activities. A-a A-b A-c A-d what i hv to do is when user click on the label.it pops up …

Member Avatar for dickersonka
0
92
Member Avatar for mjlocat

Hi All, I have an application written in VB.NET 2.0 and a legacy application written in classic ASP. The legacy app can be accessed from the .NET app (crossing application pools to do so). One client seems to be having a problem with sessions timing out unexpectedly and being thrown …

0
60
Member Avatar for Kyle108

Hello, I need to convert an application from Win appliction to a Silverlight App . Anyone had an experience with doing something like that? thanks kyle

Member Avatar for dickersonka
0
55
Member Avatar for serkan sendur

Create a class and add these two methods to it : // for postback events public static void ShowMessageBox(string _message) { Page page = HttpContext.Current.Handler as Page; page.RegisterStartupScript("key2", "<script>alert('" + _message + "');</script>"); } // for async postback events public static void ShowMessageBoxForAsync(string _message) { Page page = HttpContext.Current.Handler as …

Member Avatar for reniies
0
166
Member Avatar for bharatshivram

how can i refer to the individual elements of a formview outside the control? i want to access the value of qustidlabel outside the formview control

Member Avatar for bharatshivram
0
108
Member Avatar for anilpadma1
0
39
Member Avatar for misselegant

Hi guys, I coding a page to save the first name in the database, iam having a problem and I want you to help me please.. aspx page code [CODE] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CompanyInfo.aspx.cs" Inherits="CompanyInfo" %> <!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"> …

Member Avatar for misselegant
0
94
Member Avatar for Fiorentino01^

Hi, I am having problems viewing my IIS site from other pc. I was suggested to open My Firewall Port 80 to solve the problem but I have no idea how to do it. Can anybody help me? Thank you very much.My pc is Win XP Pro with SP2.

Member Avatar for dickersonka
0
31
Member Avatar for DavidF

Hi, I am developing an enterprise application and I am still not sure if I should use DHTML or Silverlight. I have some concerns regarding Silverlight's security because it is a client-side applications. Does anyone who have experienced with Silverlight applications can answer this? thanks in advance

Member Avatar for jbennet
0
25
Member Avatar for muthu raj

hello sir/mam i have a project in which i want to connect paypal gateway with my project.how to connect with it?

0
77
Member Avatar for Wiizl

So... I have 3 textboxes and a Submit button. Here's the code behind: [CODE] public void Submit1_onClick(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(); DateTime laiks = new DateTime(); conn.ConnectionString = "data source=.;initial catalog=ForumDataBase;integrated security=true;"; SqlCommand cmd = new SqlCommand(); cmd.CommandText = "INSERT INTO PostTable(ThreadTitle,PostMessage,UserName) values('" & ThreadTextbox.Value …

Member Avatar for misselegant
0
152
Member Avatar for rje7

hi everyone, I'm developing a Online Music Shop. I think i have completed the basic modules which are necessary in a online music shop. modules include buying prepaid credits, searching for a music file in titles, artist and album, preview the music file, shopping cart, buying the file deducting from …

Member Avatar for rje7
0
135
Member Avatar for amby

hi there can anybody please help me out....i just start learning asp.net and have downloaded visual web developer 2008 Express Edition....and it opens my .aspx file.....but i want to check its contents on my browser.....i wrote the simple program that prints Hello world in the center with the yellow background.....first …

Member Avatar for jbennet
0
145
Member Avatar for pradeepkk2008

Hello , My application has an admin section which stores its password in web.config file. There can be case when simultaneosly 2 administrator logs in admin section and try to update the same database. I want to prevent this from happening. Can anyone suggest how to implement this. Update functionality …

Member Avatar for jbennet
0
93
Member Avatar for Robins Antony

hi all pls help Input string is not in a correct format. string selectsql = ("select title,convert(varchar,date,106)as date,description,cast(status as bit)as status from event_tbl where i_eid=" + Convert.ToInt32(id2) + ""); Regards

Member Avatar for dickersonka
0
64
Member Avatar for lucky_asfand

Hi.. I am building a asp.net based website and i am using C# and VB both in this project. I am confused about the web.config setting. In order to go with two languages what settings need to be done in web.config?

Member Avatar for guru_sarkar
0
31
Member Avatar for sancti

hi all, i am devleloping a web form..I want to use a date time picker in ASP.Net as in C#.How can i put date time picker in ASP.Net. Can anybody help me regarding this. thanks in advance...

Member Avatar for reach_yousuf
0
2K
Member Avatar for masajid686

Hello, I am very new to .Net I want to the detail code for inserting a record using data adapter in asp.net using vb as a language. and the table will simple as DeptNo, DeptName and Location . When I click the add button the records will saved in database. …

Member Avatar for cellus205
0
132
Member Avatar for puja_suri

I have to design a crystal report.All d data need to be retireved from one table only .Its basicallya report of the test paper which can consist of short answer and multi -choice question. d format which i my guide want is if the question is multi-choice Ques No. Ques …

Member Avatar for puja_suri
0
81
Member Avatar for adahnur

Hi, I'm new here. Im having some problem with the crystal report. The problem is when I want to print the report, there are redundant data in the report. example: There 14 states, but the report shows 20 states with 4 same states duplicated. So can anyone help me how …

Member Avatar for Kusno
0
37
Member Avatar for puja_suri

I m making a website using asp.net for online examination.As per the requirement i want that on clicking " take the test" by student ,test shuld be started on the client side only wen signal is sent from the server,but i dont know hoow to implemnet it. Pls guide me …

Member Avatar for dickersonka
0
47
Member Avatar for kfrivera

Hi! Can you help me with this matter? The client session expired when its system date is advanced than the server. The client can no longer login in the program. This happens in Internet Explorer browser. Thanks in advance!:)

Member Avatar for jbennet
0
46
Member Avatar for preetisingh

hi to all....... i have made a text box on my web page.....i want that when a user enters the name of the place in that box then the words that sounds same should be displayed at that time........like if i want to enter haridwar then as it is same …

0
57
Member Avatar for dharekta

Hi, our application is in asp.net 2.0,and i have added spell check to the fckeditor that we are using with it...however the spellcheck is working fine on the development machine...its not working when the application runs on the server....i am using javascript for spell check....it gives error "object doesnot support …

Member Avatar for serkan sendur
0
155

The End.