Click here to Skip to main content
Page 1 of 3
Page Size: 10 · 25 · 50


Author filtered by: udusat13 [x]
Question 12 May 2013   license: CPOL
Hi Expert.In my Website, File upload option is there for Banners exchange.For this purpose i have used File upload control(Asp.net).But today someone uploaded asp code file(xm.asp.jpg ).It contains below code.GIF89a$ ;
Question 3 May 2013   license: CPOL
Hi Expert,Sql Server Database table contains more than 1 millions entries. And default sql server transaction timeout is 30 seconds.I am using winform for front end(C#).And some of the long running queries showUnable to modify table.Timeout expired. The timeout period...
Question 1 May 2013   license: CPOL
Hi expert,IN my one of the button click i used below Ado.net Code . SqlCommand command = new SqlCommand("InsertCode",conn,transaction); command.Transaction = transaction; command.Connection = conn; ...
Question 4 Apr 2013   license: CPOL
Hi Expert,I am Uday Satardekar,In my winform project,i have used Class file to store and access connectionstring.And is working fine for me for both normal running and Exe Setup.Now today i have used app.config file for connectionstring.All replacement has been finished.And...
Question 19 Mar 2013   license: CPOL
Hi Expert,I am working in winform c# & sql server.I am using datagridview (as excel ) for data entry.There is fixed structure. And storing these entries in sql server 2005. And is working fine for me.Now problem is , How to save temp-file like Word does when automatic ...
Question 14 Feb 2013   license: CPOL
Hi Expert,I am Uday Satardekar,In C# winform application, i am using Datagridview as excel for data entry.I am sending these data from Datagridview ( Emails, companies countries etc.) to server using Xml and then using stored procedure to store the data into database....
Question 31 Jan 2013   license: CPOL
Hi Expert,I am developing project management application.Now i am working on team's details form.For team members there is one checkboxlist control & it contains dynamic users from database.Now i have to assign roll to each selected user.How i can show dropdown(roll) with...
Question 20 Nov 2012   license: CPOL
Hi Expert,I am developing Simple Seo Website Trade bizI am using c#,Asp.net.And i am working on fetching meta information using url.There is one textbox for website url.And using that i want to display meta information(title,keywords,description).Please help me to solve this...
Question 22 Oct 2012   license: CPOL
Hi Expert,I am Uday SatardekarIn my one of C# win application,i am using datagridview for data entry.This datagridview contains 25 rows only.In this datagridview there are 2 datagridviewcomboboxcolumn 1 for country and one for continent.Both datagridviewcomboboxcolumn bounded...
Answer 22 Oct 2012   license: CPOL
There is System Format.Exception.I am binding int value and datagridcombo contains Int64.following code works fine for me. SqlDataReader reader = command.ExecuteReader(); DataTable dt = new DataTable(); ...
Question 22 Aug 2012   license: CPOL
Hi Expert,Currently i am checking my website for broken links using online application.[^] link contains restaurants names and links.And one of the online application shows 500 server error for some links present on this page.And for some links it shows 408 or 403. Is it...
SEO
Answer 6 Aug 2012   license: CPOL
Sorry everyone,i forgot to include update panel.Now above code is working fine for me.
Question 24 Jul 2012   license: CPOL
Hi Expert,In My website Nridubai.com website i am showing all companies and their information to admin.For this purpose I have use gridview control, And each gridview cell is clickable.And i am using following code for this, protected void GridView1_RowDataBound(object...
Question 18 Jul 2012   license: CPOL
Hi Expert,In My Nridubai.com website,I am searching inquiries based on event. inquiry is associated with 1 or more events.There are 2 tables inquiry(inquiry_id,comapnyname,category,..) and inquiry_event(id,inquiry_id,event_id).I store all inquiry information in inquiry...
Question 5 Jul 2012   license: CPOL
Hi Expert,My website nridubai.com was updated in may 2012 from php to asp.net.And now i am analysing google crawling using google webmaster, And it shows site errors robot.txt not found.How i can create robot.txt file for my site.Please help me.Thanks in advance
Question 28 Jun 2012   license: CPOL
Hi Expert,I am uday satardekar,In my asp.net website nridubai i am using javascript for validationegvar eventName=document.getElementById("").value; if (eventName=="") { alert("Name Feild can not be blank"); ...
Question 28 Jun 2012   license: CPOL
Hi Expert,In my nridubai website , i am developing Login page.To check logged user enter valid user name and password,i have googled many site.Some website use datatable and some use datareader.I am getting confused.Which approach is right for login cheching? DataReader or...
Question 28 Jun 2012   license: CPOL
Hi Expert ,In asp.net Nridubai website,there are 2 date control designed using javascript.Both these control attached with textbox control.and it shows date in textbox in dd/mm/yy format. i have to compare these two date in javascript.My javascript code for comaprison is var...
Answer 1 Jun 2012   license: CPOL
I Solved this problem.In Javascript i have used $find,get_Size and set_Sixe() to read, and set size of resizedcontrolextennder.exfunction OnClientResizingPanel1(sender, eventArgs) { var chkExist1=$find('ResizableControlExtender1'); ...
Question 1 Jun 2012   license: CPOL
Hi Expert,I am Uday Satardekar,I am designing floor plan example.There is one div of size 400px in width and 100px in height.In that there are 4 ResizableControlExtender. Here maximum height of these controls are 100px.Now when user resize these control,i need to validate...
Question 24 May 2012   license: CPOL
Hi Expert,Our Company is based on event management.We organise 4-5 events yearly.There are more than 100 companies participated per event.TOur Exhibition Hall structure is fixed.There are 150 rectanguler stands in exhibition hall.and each stand contains uniq stand number.i have to...
Question 11 May 2012   license: CPOL
Hi Expert,There 2 tables emailinfo(id,email) and keywordinfo(id,keyword).emailinfo contains 80,000 rows and keywordinfo contains 2000 rows. I want emails from emailinfo table which does not contains keywords from keywordinfo table.And my query is like following.SELECT ...
Question 26 Apr 2012   license: CPOL
Hi Expert,I am uploading image file using asp.net FileUpload control.I am using following code.try { string fileName = Path.GetFileName(FileUpload1.PostedFile.FileName); string fileExtension = Path.GetExtension(FileUpload1.PostedFile.FileName); ...
Question 17 Apr 2012   license: CPOL
Hi Expert,I have to connect mysql database through asp.net application.But my website is on linux based server.my database is on another server phpmyadmin which is not linux based.when i try to connect it it gives me exception like following.Unable to connect to any of the...
Question 16 Apr 2012   license: CPOL
Hi expert,I have to add rss news module for IPL news with images.and i am using following rss link.http://www.indiatvnews.com/rssfeed/sports_cricket_news.php[^]But this rss news feeds is regarding cricket which showing all news from cricket.Now how i can display those news...
Question 9 Apr 2012   license: CPOL
Hi Expert,In asp .net there is one string , from which i have to capture src value from image tag, and the string is in valid html format. Please suggest me reguler expression or method for this.please help me.Thanks in advance.
Question 8 Apr 2012   license: CPOL
Hi Expert,I am developing website using .net framework 3.5.And it working fine on my local computer.But on server side it gives following errorSystem.DllNotFoundException: gdiplus.dllat (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup...
Question 29 Mar 2012   license: CPOL
Hi Expert,I need on qeuery in MYSql,there one table tmpTable with following columns -id(bigint),inq_id(bigint),date(date)suppose there are 4 rows in table.id inq_id date1 11 11/3/20112 11 15/3/20113 12 23/5/20115 12 25/6/2011i want result as...
Question 28 Feb 2012   license: CPOL
Hi Expert,I am Uday Satardekar.I am fetching records from database and storing it into CSV Format.Following is my CSV Method and I am passing datatable to it.public void CreateCSVFile(DataTable dt, string strFilePath) { StreamWriter sw = new...
Question 21 Feb 2012   license: CPOL
Hi Expert,I am Uday Satardekar,In my web.config file i set session timeout like following but many times after 10-15 mins session expired automatically.some times it working fines for...
Question 20 Feb 2012   license: CPOL
Hi Expert,I am Uday Satardekar,I am using fusion chart for graph representation in my project.And i am showing graph agaist category.and my category contains some special characters like &,' etc.Because of this it not generating proper xml.For special characters i have use...
Answer 20 Feb 2012   license: CPOL
I solved this problem.I put escape keyword in FusionChart.js file.Please find function getSWFHTML: function() and edit like followingswfNode += ' id="'+ escape( this.getAttribute('id')) +'" name="'+ escape( this.getAttribute('id')) +'" ';Above code working for me.
Answer 16 Feb 2012   license: CPOL
Refer following code.Testpage.aspx ]]> Hello]]>
Question 3 Feb 2012   license: CPOL
Hi Expert,On my home page i am showing comments one by one using listview.In listview each commants is on link button, and its assocaited commentid kept in command argument.EX
Question 31 Jan 2012   license: CPOL
Hi Expert, I am Uday Satardeka,In my mysql database i am storing inquiry information in inquiry table.ex. (company,country) etc.where country i am storing as integer(from country table).Now I am reading data from excelfile.and store it in datatable tblExcel .And now i...
Question 31 Jan 2012   license: CPOL
Hi Expert, I am uday satardekar,In my website i have to insert inquiry details through excel.For this purpose i want openFileDialog.How i can dipslay it ?And How to read data from excel?Please Help me.Thanks in advance...........
Question 24 Jan 2012   license: CPOL
Hi Expert,I am uday satardekar,I am fetching records using sql server 2005 (stored procedure).There are many criteria in where condition.so i wrote dynamic sql query.all the criteria working fine for me.but when i append date query in where condition It shows error...
Question 20 Jan 2012   license: CPOL
Hi expert,I am using sql server 2005.There are 2 tables. emailinfo and keywordinfo.emailinfo conatains id and email.while keyword contains id,keyword.Now i have to retrieve email from emailinfo table which are not containing all keywords from keywordinfo table.Means i...
Answer 17 Jan 2012   license: CPOL
I solved this using IS Null in Where Condition.eg.select * from COMPANYWHERE((@m_currCat IS NULL) OR (COMPANY.category = @m_currCat)) AND--((@m_user IS NULL) OR (COMPANY.userid = @m_user)) And((@m_country IS NULL) OR (COMPANY.country = @m_country)) And((@m_region IS NULL)...
Question 21 Dec 2011   license: CPOL
Hi Expert,I am developing website in asp.net.with my sql as database.I am exporting datatable results in excel sheet.I am fetching results from 2 table - one in inquiry and other is inquiry_event_assignedinquiry table contains details information regarding inquiry.In inquiry form...
Question 16 Dec 2011   license: CPOL
Hi Expert,I am using vs.net 2008 and using asp.net c sharp.I am producing report using crystal report based on category.On report button click i have add following code. Int64 currCatId = Convert.ToInt64(lstCategory.SelectedValue); try { // string...
Question 6 Dec 2011   license: CPOL
Hi Expert,I am Uday Satardekar. i am inserting 10000 rows using csharpi am using xml to send bulk data.but in some situation it throws white space is not allowed at this location errori am generating dynamic xml from excel.But excel contains some special character soerror...
Question 6 Dec 2011   license: CPOL
Hi Expert,I am using update panel for certain portion in asp.net webpage for ajax.Its working good.I that portion there is one textbox for current date.And i have called javascript on it.But due to ajax its not working. If I removed update panel then its working.and i have ...
Question 27 Nov 2011   license: CPOL
Hi,I am developing website in asp.net c#.I have to provide reminder facility to logged user.User Can set the reminder using subject and comments with specific date and time.I have stored these information in database .Now suppose if perticuler user logged and reminder date...
Question 23 Nov 2011   license: CPOL
Hi Expert,I am using asp.net and mysql as Database.Now I have to produce crystal reports of campaign information.For mysql i have add one MySql.Data.dll in bin folder. and database is located at localhost(PHPMyAdmin)my connectionString is connectionString="server=localhost;User...
Question 20 Nov 2011   license: CPOL
Hi Expert,In listview(lstvwResultInquiry) EditTemplate there are many controls in edit Mode.I took one radio button as follows with oncheckedchanged event
Question 14 Nov 2011   license: CPOL
Hi,In listview i am showing campaign data for editing purpose.there is one edit linkbutton in each row.If user is logged, i am showing this buttonlike following,
Answer 4 Nov 2011   license: CPOL
Finnally I got solution,i use concat ',' in where condition, EgSELECT *FROM `crm_campaign`WHERE concat(',', `event_ids`, ',') LIKE '%,ddlEvents.SelectedValue(),%'Now its searching only 1 if i selected value is 1 even if there are fields like 11,21,51 etc.Thanks to above...
Question 4 Nov 2011   license: CPOL
Hi Expert,crm_campaign table contains fields like owner,status,start_date,end_date,event_ids etc. event_ids contains event ids assigned from crm_events table to perticuler campaigns with semi column separate. like 1,2,7 Now in view_campaign.aspx page i am searching records based on...
Answer 3 Nov 2011   license: CPOL
Finally i got solution ,I put following code on itemDataBound event.and in listview i took one label control for all events name.if (e.Item.ItemType == ListViewItemType.DataItem) { ListViewDataItem item = (ListViewDataItem)e.Item; Label lblEvents =...

Page 1 of 3
1 2 3


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid