13,936 Topics

Member Avatar for
Member Avatar for genpopo

im doing a project right now.. and i must display a links of multiple selected country.. the links must be dynamic.. the user will select list of countries and i must display it dynamically.. can anyone help me..

Member Avatar for genpopo
0
106
Member Avatar for geo039

I need to set my asp.net application variable to today's date so it can check when a last database refresh was done. I have data coming from one view into a table used by my application so I need to insert or update based on if data exists or not. …

0
74
Member Avatar for aravindkishore

Hi everybody,I faced one interview question in interview that , Where should you write the code(for properties like back ground color etc) which applies for every page of your website when application of your website starts? and please give the example also. Please give the answer. Thank you, Aravind

Member Avatar for kedar_challa
0
176
Member Avatar for aravindkishore

[COLOR=DarkBlue]How can i send an error message from database layer to UI layer.....and hw the interaction is done between the layers...can any one tell me ...plzzzzzzzzz Thank you, Aravind [/COLOR]

Member Avatar for kedar_challa
0
67
Member Avatar for nurit

Hi, I'm developping a site in arabic, I put the UTF-8 charset, but the arabic chars that are shown correctly in design view become junk in browser view. text from DB is shown correctly anu idea? Thanx,

Member Avatar for Infarction
0
196
Member Avatar for Blackred

This is really a regular expression question opposed to a .NET but I can't see any forum that specialises in that kind of thing, so as I'm using ASP.NET I figured I'd post it here ;) I have a string as such... [code]<ul> <li> <a href="Welcome.aspx">Welcome</a> </li> <li> <as href="About.aspx">About …

Member Avatar for Infarction
0
99
Member Avatar for kedar_challa

Hi, Can anybody let me know how to stop the postback event on button click in firefox. Thanks in advance.

Member Avatar for Infarction
0
49
Member Avatar for satish_dukkipat

Hi friends.i am new to this forum.i completed my mca (pg) and i am learning .net(asp.net,c#).i want to do mcts certification.can any one give me information how to prepare for that certification,where to capture that information.

Member Avatar for abdul4484
0
83
Member Avatar for aravindkishore

Hi everybody, Sub Validate_Data (Src As Object, Args As GridviewUpdaeEventArgs ) If Not IsNumeric(Args.NewValues("BookPrice")) Then Args.Cancel = True EditMSG.Text = "-- Book Price is not numeric. Record not updated." End If How to write this if part in C#. Please give the answer. Thank you, Aravind .

Member Avatar for abdul4484
0
112
Member Avatar for hanusoftware

//This example shows that how to store and retrieve data from cookies. // http://www.hanusoftware.com private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here if(!IsPostBack) { if(Request.Cookies["UserCook"] != null) { chkRemember.Checked = true; HttpCookie cook = Request.Cookies["UserCook"]; txtUserName.Text = cook["UserName"].ToString(); } } } private …

0
182
Member Avatar for shinyhappygem

Hi all, I warn you now, I'm a newbie, so please be gentle!! I've installed Visual Studio and the .NET framework, started IIS, saved my test aspx file in a folder in the Inetpub/wwwroot/.. folder. When I run my test asp page (just a simple html page saved with a …

Member Avatar for jbennet
0
105
Member Avatar for Fungus1487

i am a web designer. i have been asked to create a web app for use on a company intranet. the problem is i have a treeview on my page which allows the user to pick records they wish to view. all the records have sub records and sub-sub-records etc. …

0
61
Member Avatar for hendyhanusin

Dear Friend, How to convert these codes into VB .NET ? Tks, hendy =============================== [code=C++] BYTE cmd[NumMsg][7]={{0x00,0xA4,0x00,0x00,0x02,0x02,0x47}, {0x00,0xA4,0x02,0x00,0x02,0x01,0x02}, {0x00,0xB0,0x00,0x00,0xff,0x00,0x00}}; BYTE DataLength, pData[10], ResponseDataLength; BYTE pResponseData[100]; INT16 TimeOut=50, i, CardFrameSize; char pdata[500]; char *ATS_ATQB; CardFrameSize=0; pdata[0]='\0'; ResponseDataLength=0; if (PICC_RATS(rHandle, 4, &ResponseDataLength, pResponseData)>=0) { CardFrameSize=pResponseData[1]&0x0f; } for (i=0; i<ResponseDataLength; i++) { StrMsg.Format(" …

0
77
Member Avatar for Jaya.matt

Hi all, I am new in ASP.NET.[U]What coding I have to use to send an [/U][U]acknowledgement via Email to the concerned person [/U] while storing data in the database using ASP.NET1.0?Pls help........ Thanks Jaya

Member Avatar for arjunsasidharan
0
107
Member Avatar for sasindagi

any idea about asynchronous drop downlist, on selected item of drop downlist with out causing server round trip how can we populate selected item into textbox.(with out postback or callback)

Member Avatar for arjunsasidharan
0
124
Member Avatar for MetalHobin

I spent a lot of time looking around, and all I could find was in ASP.NET, and it is a technique called "bubbling", but I need do something similar using WinForms. I have a Form with a Split Container, and on the right side of the container, depending on the …

0
68
Member Avatar for Fungus1487

hello, im guessing this question is quite trivial. i have a page setup as follows. MAIN PAGE [CODE] <html> <head> </head> <body> <div id='innerlogin'><iframe src='INNER PAGE'></iframe></div> </body> </html> [/CODE] INNER PAGE [CODE] <html> <head> <script type="text/javascript"> function RemoveDiv(){ d = parent.document.body; d_nested = parent.document.getElementById("innerlogin"); throwaway = d.removeChild(d_nested); } </script> </head> …

Member Avatar for MidiMagic
0
319
Member Avatar for aravindkishore

HI everybody, Please give the example (preferably in C#) for if I select the check box in header template of gridview then it should automatically check the item-template check boxes. It is very much appreciable if you give the example for datagrid for the same scenario . Please give the …

Member Avatar for arjunsasidharan
0
81
Member Avatar for FBI

[COLOR=Green][B]Hello everybody. I'm new to .NET and I would like to become a web developer in .NET environment. I've searched a couple of times on the internet and found that have to learn VB Script or C# if i want to be a webmaster in ASP.NET . I have inexperiance …

Member Avatar for jbennet
0
168
Member Avatar for web developer

Hi All, I hope all are fine. As the title says .. I made a web application to work in an intranet and domain network (Active directory). In installation i faced the following problems :- [LIST] There is a form getting the logged in user data from the active directory …

0
71
Member Avatar for hanusoftware

WebClient wbcRingtone = new WebClient(); // Add a user agent header in case the requested URI contains a query. // [URL]http://www.hanusoftware.com[/URL] wbcRingtone.Headers.Add("user-agent","Mozilla/4.0(compatible;MSIE 6.0;Windows NT 5.2; .NET CLR 1.0.3705;)"); wbcRingtone.QueryString.Add("user","xxxxxxxx"); wbcRingtone.QueryString.Add("password","xxxxxxxx"); wbcRingtone.QueryString.Add("api_id", "xxxxxxxxxx"); //wbcRingtone.QueryString.Add("msg_type", "SMS_NOKIA_RTTL"); wbcRingtone.QueryString.Add("to", cellNo); ////wbcRingtone.QueryString.Add("text", "Flintstone:d=4,o=5,b=200:g#,c#,8p,c#6,8a#,g#,c#,8p,g#,8f#,8f,8f,8f#,8g#,c#,d#,2f,2p,g#,c#,8p,c#6,8a#,g#,c#,8p,g#,8f#,8f,8f,8f#,8g#,c#,d#,2c#"); wbcRingtone.QueryString.Add("from", "xxxxxxxxx"); wbcRingtone.QueryString.Add("mms_subject", "xxxxxxxxx"); wbcRingtone.QueryString.Add("mms_class", "xxxxxx"); wbcRingtone.QueryString.Add("mms_expire", "xxxxxxx"); wbcRingtone.QueryString.Add("mms_from", "xxxxxxxxx"); wbcRingtone.QueryString.Add("mms_url", "http://www.some.com/folder/mms.mms"); …

0
88
Member Avatar for Vaishali Chavda

When i m strating the sql server 2005 , it asks me the server name.. What is the server name that i have to enter for the connection.. thanx.

Member Avatar for gau_1982
0
120
Member Avatar for vandana.ahuja

hi all well i m new to asp.new.. i have a problem that i m having two tables in a single dataset.. not i want to display that.. so i bound dataset to the gridview.. can anyone tell how to display both the table data in a single gridview. regards …

Member Avatar for vandana.ahuja
0
140
Member Avatar for Hemil

Hello guys, Im creating a searchable database of All univ. names and their majors......and they will be stored in XML file...using XSL to extract it I want to create a searchable database..... Univ list and majors list will be in dropdown menus..... pls can someone help on this..... [URL="http://www.codeguru.com/forum/editpost.php?do=editpost&p=1599269"][IMG]http://www.codeguru.com/forum/images/buttons/edit.gif[/IMG][/URL]

0
52
Member Avatar for Stivi

Hi, is there some way how to force asp.net (C#) webpage wait with other orders in code? I mean something like this: 1 - make something 2 - wait 5 seconds (for completing previous tasks) 3 - continue with other orders Thanks, Stivi

Member Avatar for rpgivpgmr
0
580
Member Avatar for jamello

Folks! I used expressions to sum some dataitems from a table and plugged it to a datagrid. The summations work for all the data on the table. But unfortunately still reports the same aggregate results even after some relevant dataview filters had been applied. Here's the code: [CODE] Dim dv …

0
71
Member Avatar for Fungus1487

im converting a vb6 desktop application to run on an intranet obviously there are some things which will never work but the majority is doable but im quite worried about filesizes. i know the intranet will have faster connectivity than your average web page they are mostly running 100mbps lans …

Member Avatar for Fungus1487
0
129
Member Avatar for Pierre147

Hello, I'm developping a web site, using masterpages and content place holders. ContentPlaceHolders I put in the table. The problem is that in IE the content is showed only in the small part of the COntentPlaceHolder, it is cut on the right and at the bottom. In Firefox everything is …

Member Avatar for Pierre147
0
115
Member Avatar for mtarby

I'm trying to migrate some code to generate an rss feed from classic ASP to .NET (because its cleaner). I've got it working perfectly for the first feed I try, but when I tried to modify the code for the next feed I get a [B] [I]Specified cast is not …

Member Avatar for f1 fan
0
140
Member Avatar for Juwar

I have created a custom template field for a gridview.When one clicks a button, the template field is supposed to be added to the gridview. Here is the code: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim assignment As String assignment = txtAssignment.Text Dim column …

Member Avatar for f1 fan
0
171
Member Avatar for cms271828

Hi, I've installed: Microsoft Visual C# 2005 Express Microsoft Visual Web Developer SQL Server 2005 Express How am I supposed to use sql server? Can I use it from both C# 2005 Express and VWD? I haven't got a clue whats going on, I can't even uninstall sql server. Is …

Member Avatar for jbennet
0
159
Member Avatar for jeel

Hi all, I have two TextBoxes on my web form. One for hour and other for minit. User type hour and minit and submit a form. I want to display a message on that form after the time which is equal to the current time when the hour and minit …

Member Avatar for f1 fan
0
79
Member Avatar for yuenli

Hi! I wish to build a web based application where similar to Microsoft Excel/Spread Sheet. This web based application should have an interface of spreadsheet cells where user can click around the cells to enter data. As the data being entered it will save in database where indicating which cell …

Member Avatar for f1 fan
0
68
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to color the text "NO" red within the table cells. Waiting for your reply.Please keep in mind my code is written in C# so any C# examples would be …

Member Avatar for johnroach1985
0
109
Member Avatar for yasinirshad

Hi, Can anyone send me the Stored Procedure for "sp_validateUser" for login page using asp.net 1.1 Thanks.

Member Avatar for arjunsasidharan
0
65
Member Avatar for yasinirshad

Hi, Can anyone send me the Stored Procedure for "sp_validateUser" for login page using asp.net 1.1 Thanks.

0
49
Member Avatar for vodanh7x

i used visual studio 2003 ,i am newbie i Created a simple database access and link it below ,i want to use dataset and oledbapdater compare the input from textbox with username and password colums in file .mdb . [url]http://mkptrans-nt.com/BaiTapTn.mdb[/url] [B]interface drag drop [/B] [B][U]Login page :[/U][/B] [url]http://mkptrans-nt.com/pic1.JPG[/url] [B][U]Viewmark page …

Member Avatar for vodanh7x
0
144
Member Avatar for sasindagi

hello, can anyone help me how to hide querystring in address bar eg: [url]http://localhost/products/category.aspx?id=c001[/url] & pid =p0045 to [url]http://localhost/products/category.aspx[/url]

Member Avatar for katharnakh
0
66
Member Avatar for ptaylor965

I have a google checkout account on my asp.net site that works fine but when i upload it to my 1and1 MS Business hosting i get the following message when trying to buy [COLOR=Red]Unable to connect to the remote server can anyone help Thanks Peter [/COLOR]

0
61
Member Avatar for ruhi

Hi all, Can any one tell me how to use a value generated through a button click event in another button click event in the same page.Is viewstate is helpful? If yes then how? -ruhi

Member Avatar for ruhi
0
140
Member Avatar for awanti

hi everyone, Iam doing a question bank and solution project.My problem is how to set time when a student is solving a paper.I tried using javascript but when a postback occurs the timer is reset.

Member Avatar for NET-Developer
0
53
Member Avatar for frodo256

Hi Everyone: A page on my site is encountering problems with the AOL 9.0vr explorer browser. The page is using a Server.Transfer() ASP.NET call to redirect to another page on my site. The AOL browser spits out gibberish ("a22a <meta NAME='DESCRIPTION'") and ignores the rest of the HTML on the …

Member Avatar for melberti
0
481
Member Avatar for 7arouf

heyguys i've used ASP.NET to create a new website using visual studio 2005 but i want to publish this website so that it can be accessible via internet... i have my domain... but somebody told me that i need an asp.net host provider... i don`t know if i bought host …

Member Avatar for sibir1us
0
130
Member Avatar for challenger

Greetings, I have a trigger created for table ABC to delete records from other tables connected to table ABC's key. When I run the query from the SQL Server Management, it works without error. However, when I call sqlDataSource's Delete(), it seems like it's not firing the triggers. Is it …

Member Avatar for challenger
0
316
Member Avatar for manoshailu

Suggest any best book for the ASP.NET with VB 2005 to develop myself in developing the projects

Member Avatar for manoshailu
0
278
Member Avatar for johnroach1985

Hi. I am creating an asp.net web site. Using GridView the website creates a table. Now my question is I want to write a javascript function that colors the text "NO" red within the table cells. Waiting for your reply.

Member Avatar for johnroach1985
0
312
Member Avatar for 7arouf

hey guys just wanna know is there any way we can convert the ASP.Net html codes to regular HTML codes? because i have html host and i have ASP.NET website

Member Avatar for ithelp
0
61
Member Avatar for monriz
Member Avatar for ProgrammersTalk
0
45
Member Avatar for monriz

Hi there I want to display information regarding product with product pictures. information is saved in sql server and images are save in harddrive director Images/Pc100 where Pc100 is product code and image name in directory. can any one help me how to do in datarepeater/ or gridview. Senerio: when …

Member Avatar for ProgrammersTalk
1
78
Member Avatar for sbrown

Hey there! I'm a 43 year old who develops software for a large insurance company. I started developing in Foxpro 15 years ago. Since then I've delved into VB.Net, PHP, Java, C++ and now C#. I've worn numerous hats - developer, manager, business analyst, dba etc... I'm currently doing ASP.NET …

Member Avatar for christina>you
2
92

The End.