13,936 Topics

Member Avatar for
Member Avatar for queryme

Hi I have a Senario like this. i have a textbox FCN NUmber. i have entered the text in that textbox and then clicks on Submit. the value should go and store in the Database Row where there is already the values entered like firstname,lastname,mobile,address Etc. the FCN Number should …

Member Avatar for malashukla
0
73
Member Avatar for new SE

how i can retrive the username from database based on the username and password only to make a welcome at the first page?

Member Avatar for new SE
0
128
Member Avatar for c12345n

I have a solution with many projects (assembled sepparetely), all works fine, but I want merge all because i want make only one project (I want it more secure without reflection to make obfuscation process). In process of integration anything appear not be assigned correctly. - I want run unified …

Member Avatar for Venjense
0
176
Member Avatar for Emiliya

Hi all... I have one repeater control with check boxes in one of the page.My requirement is i have to pass the values of the row that i have checked (multiple check boxes can be selected at a time) when i click on a add button in the same page …

Member Avatar for Emiliya
0
129
Member Avatar for johndoe444
Member Avatar for johndoe444

Why do we use formCollection? Why can't we just use Request.QueryString instead? Thanks

0
70
Member Avatar for johndoe444

In the add view dialog there is a field called view content. what is the purpose of this field?

0
60
Member Avatar for ankur_rishi2010

Hi Everyone! I'm new in C# 2008 and also in Crystalreports. Can U suggest me the best resource from where i get the whole knowledge about Crystalreport 2008. Anything can help me. Either you provide a link or any book that can resolve my issue. Pls help me!!

Member Avatar for catherine sea
0
53
Member Avatar for cocoll

hello! i need help to call a function in same aspx file to set the imageURL. so i have: in the default.aspx sub fillImage() [I]<code>[/I] end Sub and on the form load i have: img1.ImageURl= here i want to call the sub "fillImage" in the same aspx file the default.aspx …

Member Avatar for cocoll
0
82
Member Avatar for selicon.valley

i am developing website which on asp.net n backend is microsoft access now i have the grid into it with show 3 colums my questions are if i want to add2 more colums which i want to 5 how do i do now i want to add records into grid …

0
65
Member Avatar for lanitooot

hey guys, my simple program flows like this: a textbox where in you will input a keyword then when you press the 'go' button the data in the mysql database will be shown in the listview. im using mysql and vb .net. i've made the table with sample records in …

Member Avatar for Naveed_786
0
312
Member Avatar for anu3138

hello all, how to use javascript in content page of asp.net. i put the javascript code below contentplaceholder . but it is giving an error. how should i use javascript. plz help me as soon as possible. anu

Member Avatar for dnanetwork
0
46
Member Avatar for swornavidhya_m

Statement: Connection with server takes a long time and provides "No message either it is timeout or someother thing other than time out". The state of the mouse during that time will be in "cursor: wait (an hourglass)" state. This problem is being faced occationationly, but now a days it …

Member Avatar for dnanetwork
0
110
Member Avatar for usg

I am at he beginning of starting an AIML based chatter-bot . It is web based chatterbot and I have selected the c#.net platform. *Is there any good articles to be start with? *Any tutorial help available?? Your suggestions and ideas are most welcome.Thank you very much.

0
91
Member Avatar for sgriffin

Hey everyone, I am trying to send an email and I never receive it, but I do get a message when I debug that: "Property access must assign to the property or use its value." Here is my VB code: [CODE] Imports System.Web.Mail 'Send email confirming purchase Dim notification As …

Member Avatar for sgriffin
0
132
Member Avatar for georgegra

Let me try to explain my situation. I have a database table which contains, among other things, a boolean column called PermissionSlipRequired. I have a repeater on my page, and before each row in the database is shown in the repeater, I want to use my code behind to check …

Member Avatar for dnanetwork
0
373
Member Avatar for steven

Hello , I am using web matrix and c#. I want to open a new browser from a button click. How can I do that? Thanks in advance. Steve

Member Avatar for dbeura
0
842
Member Avatar for San12345

[B]Pls tell me anybody how can i send msg from asp.net page(.aspx) to my gmail id on button click[/B]

Member Avatar for Lusiphur
0
88
Member Avatar for steelnaaz

i have a format for printing and it is in excelsheet format.i am using microsoft visual studio 2005 in that vb.net as language.in my project there is a print button and on clicking that i want that printing must be done in that specific format only.also want to show the …

0
59
Member Avatar for vvashishta

I'm using Office Outlook and Office Excel interop library in my code. When I debug the application it works exactly as required on my local machine and at server too(remember only when I debug) but when I host the web application on server it throws an error that [B][B]"Active X …

0
49
Member Avatar for Hassan Radmehr

I installed Microsoft Report Viewer Redistributable 2008 and use report viewer control in the C# express 2008 win forms, also i installed Microsoft Report Viewer Redistributable 2010 and use it in the C# express 2008 win forms, but in c# express 2010 when i add reportviewer (2008 and 2010) to …

0
131
Member Avatar for steelnaaz

i am using MS-visual studio 2005 and VB.NET language in that. my ques is tht i am unable to load a crystalreport. all fields are shown from database (SQl SERVER 2005) but data is not shown so can anyone plz help??????????itz urgent

Member Avatar for steelnaaz
0
371
Member Avatar for davidbrennan

Does anybody know if its possible to have your website run on multiple separate application pools Some Background I am looking into start a shopping center style site. I intend to set up 100 folders, each folder on the site will be treated as a separate site. [url]http://www.MyShoppingCentre/JohnsMenswear[/url] [url]http://www.MyShoppingCentre/GerrysGardeningCenter[/url] I …

Member Avatar for Lusiphur
0
75
Member Avatar for jtok

I am using Visual Studio 2010 for development. This is a web application using asp.net and vb.net with MS SQL Server 2005 for the database. I'm having some issues with inserted data being overwritten by the next transaction (if done within a relatively short amount of time, say, roughly several …

Member Avatar for jtok
0
185
Member Avatar for Pacman21

Hey Everyone, Currently I have the code as [CODE]Dim ExcelApp, ExcelWB ExcelApp = CreateObject("Excel.Application") ExcelApp.visible = True ExcelWB = ExcelApp.Workbooks.Open("C:\test.xls") ExcelWB.saveas("C:\test2.xls")[/CODE] This works good but it only opens the excel outside of the webpage and not on the inside.. I have tried the iframes, but, in my opinion, it is …

Member Avatar for MichaelWClark
0
88
Member Avatar for sujimon

Hi, I am using VS-2005. In my website I have used the html input control with type=file. The problem is that when I place this control inside an 'UpdatePanel' the 'PostedFile' property becomes 'Nothing' on postback. So in order to get things working I have removed the 'UpdatePanel' and things …

Member Avatar for toddanglin
0
232
Member Avatar for Lazarevsky

The title is pretty much self-explanatory. What I want to know is will I be able to program in VS 2010 and the .NET 4.0 platform using C# 3.0 Thanks in advance!!

Member Avatar for jsjhass
0
65
Member Avatar for Lazarevsky

Hello to all! I'm really new to C# and I've started enjoying the beautiful C# programming language couple of months ago. In fact I've already bought MCTS 70-562 and 70-505 and I've been preparing myself for the demanding Microsoft tests. However, as we all know MS launched the new platform …

Member Avatar for jsjhass
0
62
Member Avatar for danicristea7511

Hy all, Can you please tell which is the best way: registering a command binding using CommandManager.RegisterClassCommandBinding method or using the following statement: this.CommandBindings.Add(myCommand)? From as far as I understood, using CommandManager.RegisterClassCommandBinding a memory leak occur becasue GC doesn't know to unregister the binding. Which is the difference between those …

0
40
Member Avatar for Major_Hafez

Hey , guys i'm just [I]beginner [/I], and wanna little help .. i have two WebPages ( [B]Default1 [/B]& [B]Default2 [/B]) in each one i put [COLOR="Red"]Datalist [/COLOR]control in [B]default1 [/B]the [COLOR="red"]Datalist [/COLOR]reading data from SQL DB and i edit Item Template to put [U]Hyberlink [/U]reading from DB ([U]Item_Name[/U]) !! …

Member Avatar for Emiliya
0
117
Member Avatar for anu3138

hello all, i am having a problem.When i was working in an application without master page and content page, javascript was working finely.But later i needed to use mastr paga in my project.After using master page, javascripts is giving error on call of the function. error is like below. "Microsoft …

0
37
Member Avatar for Steve_Jones

Im brand new to programming, ive only been doing it for couple weeks. Im having trouble learning functions(or methods) and classes. I really need some problems i can work towards myself to learn this stuff, but there is nothing like that anywhere. Its all just the same tutorials and them …

Member Avatar for taylby
0
124
Member Avatar for AngelicOne

I have this code [CODE] private void ResetFormValues(Control parent) { foreach (Control c in parent.Controls) { if (c.Controls.Count > 0) { ResetFormValues(c); } else { switch (c.GetType().ToString()) { case "System.Web.UI.WebControls.TextBox": ((TextBox)c).Text = ""; birthdate.Text = "mm/dd/yyyy"; break; case "System.Web.UI.WebControls.CheckBoxList": CheckBoxList check = (CheckBoxList)c; for (int i = 0; i < …

Member Avatar for AngelicOne
0
258
Member Avatar for dahmhie

i have a flsh game that i downloaded and i want to to add it to my project on asp.net, how do i do it?

0
51
Member Avatar for jacg4

Hello Everyone I would like to get some help with setting the property Dynamic URL Behavior of a web reference inside VS2008 running on .NET Compact Framework 3.5. I have done some search and I found that it doesn't work cause CF doesn't "support" having a .config file. It can …

0
94
Member Avatar for cocoll

hello! i need your experience in this: i want to build a web page that i had categories and in each category i have a small pictures and a link named next so when o click "next" i want the 5 small pictures to be replaced with new 5 pictures …

Member Avatar for dnanetwork
0
64
Member Avatar for SiahCheePing

Erm, do I need Visual Studio in my Windows Server 2008 to make my website work? Somehow,I've set my Content Directory and my Visual Directory to the same folder with all my ASP.NET pages + codes inside but it doesn't work at all. Tried switching authentication mode to forms authentication. …

Member Avatar for iis74u
0
254
Member Avatar for arian123
Member Avatar for vuyiswamb

Good Day All I have a Method that i have defined that i will access in JavaScript(Page Method) and its defined like this [CODE] [WebMethod, System.Web.Script.Services.ScriptMethod] public static void Getadata(String StrSearch) { View obj = new View(); obj.Bind_SearchBox(StrSearch); // return Scriptt; }[/CODE] And the Bind_SearchBox() method is a non static …

0
45
Member Avatar for ans2007kumar

I created my custom login module for that in login page i write this code[CODE]protected void Button1_Click(object sender, EventArgs e) { string user = TextBox1.Text.Trim(), pass = TextBox2.Text.Trim(); SqlConnection con = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\my.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"); SqlCommand cmd = new SqlCommand("Select * from Login", con); con.Open(); SqlDataReader dr = …

Member Avatar for jasikamarshel
0
110
Member Avatar for ansari.wajid

Hi Below is the XML structure <?xml version="1.0" encoding="utf-8" ?> - <Salary> <empNo Required="true" List=”false ></empNo> <Basic Required="true" List="false” >Basic Salary</Basic> <HRA List="false” >Housing Allow</HRA> <TA List="false” >TA</TA> <Others List="true >Other Allowances</Others> <Total List="false” Required="True">Total Salary</Total> - <Sex List="true"> Sex <gender>Male</gender> <geneder>Femal</geneder> </Sex> </Salary> I am having a requirement of …

0
103
Member Avatar for ayeshakhan

encountering this error while calling the insert stored procedure from plsql. STORED PROCEDURE: create or replace procedure WLLINSERT (p_WLLPACKAGEID NUMBER, p_WLLPACKAGECODE varchar2, p_WLLPACKAGENAME varchar2, p_WLLPACKAGEDESC varchar2, p_SDATE DATE default null, p_EDATE DATE default null, p_STATUS varchar2, p_BRANDID Number ) is begin insert into WLLPACKAGE (WLLPACKAGEID, WLLPACKAGECODE, WLLPACKAGENAME, WLLPACKAGEDESC, SDATE, EDATE, …

Member Avatar for dnanetwork
0
256
Member Avatar for sujimon

Hi, I am using Forms Authentication in my VS-2005 website. In case of wrong credentials or while explicitly requesting protected pages the website is able to redirect user to login page. However, when correct login credentials are provided the application is not able to redirect the user to the desired …

Member Avatar for dnanetwork
0
155
Member Avatar for Sidharth Agarwa

Hi i am working on website "http://pipecalculator.certainteed.com/index.aspx". The website is built on visual basic. I have to add line chart in it, which will use X and Y coordinates as inputs and outputs from the pipe flow calculator values. How should i go about it? Thanks Sidharth

0
68
Member Avatar for ApocDen

1. Imports System.IO 2. Create class "CreateThumbnails" or any class and place following function inside that class You need one function to response call back to main function Function ImageAbortDummyCallback() As Boolean Return False End Function

0
567
Member Avatar for dahmhie

I just discovered SMTP server doesn't run on window7, and i really need to be able to send mails from my code, pls is there any alternative to use on window7 instead of SMTP server?

Member Avatar for dahmhie
0
110
Member Avatar for georges-louis

hi everybody, I'm looking everywhere to find out a way to access a specific column and row of a datagrid generated by a sql-query in visual basic. The datagrid looks, simplified, like this: column1 column2 data1 data2 now I would need a function, that reads data2 out in visual basic …

Member Avatar for georges-louis
0
112
Member Avatar for dougancil

I need to have some data removed from some of my posts. Can that be done? Thank you Doug

Member Avatar for Ezzaral
0
75
Member Avatar for jefftanner

Hi I am typically an ASP.NET programmer, and I am familiar with ASP masterpages. Because, I also know Java, I was handed a JSP project. I am looking for an equivalent to [B]asp:Content[/B] whereby I can wrap multiple lines of code/HTML between the open and close tag; for example like …

0
46
Member Avatar for dahmhie

i just dicovered that window 7 doesnt have a SMTP server and thats the os i use, and i really need to be able to send messages through my code, pls what else can use to send messages

Member Avatar for dnanetwork
0
55

The End.