Posts by Chirag Geiantilal • 151 points
15 posts
-
-1
votes1
answer171
viewsQ: Prestashop error "Cannot select any Valid SQL engine. at line 302 in file classes/db/Db.php"
Good morning, I had a problem with the files of the server in which they were all deleted, however I had backup of the whole site, since this was done a data restore, which happened in normal, but…
-
1
votes2
answers1560
viewsQ: Check that SQL Server is installed C#
I’m finishing a C# application that contains a database in SQL Server. How do I know if the user has the SQL Server 2012 Express Local DB installed? It is possible to check via registry in x86 and…
-
3
votes1
answer209
viewsQ: Show more than one dropdown column value C#
How could it show more than the value of a column of a dropdown? I tried the following method: private void BindDropDownList() { DataTable dt = new DataTable(); string localidade = string.Empty;…
-
0
votes1
answer204
viewsQ: Problem doing refresh of quantity shopping cart C#
By refreshing the quantity already in the shopping cart, I can only refresh the quantity of a product, if I have 2 products in the cart I can’t refresh one of them. Imagine that the 1st product has…
-
0
votes1
answer84
viewsQ: Problem with foreach Shopping Cart
I’m having a problem with foreach and I wonder if there’s another method to not have to change all the code. What happens is that each time more than one product is added to the cart, if we buy for…
-
1
votes1
answer54
viewsQ: Send newsletter
I’m trying to send a newsletter to all users who have enabled the newsletter and I’m not getting. My code to send one email normal is: try { SmtpClient smtp = new SmtpClient();…
-
1
votes1
answer125
viewsQ: Label refresh auto
I wonder how I could automatically refresh a LABEL who is in a Master Page. That one Label shows the sum of the quantity of the products, and whenever I add a product to the cart Label does not…
-
1
votes1
answer1481
viewsQ: Display HTML text in ASP Textbox?
I’m trying to show a text formatted in HTML in a asp text box and I’m not getting. For example this formatted text: <font size="6">teste</font>, I would like when you display this text…
-
0
votes0
answers26
viewsQ: Knowing Checkbox value inside a Multiview/View/Datalist
I wonder how the value of a checkbox which in turn is inside a DataList which is inserted within a View and the latter within a MultiView. I tried some methods FindControl but without success.…
-
1
votes1
answer307
viewsQ: Problem with CSS and ASP Button
I’m trying to put a button ASP with a certain class CSS but I’m not getting the button ASP operating in accordance with CSS. If the button is HTML goes without a problem. CSS code: .images_1_of_5…
-
2
votes1
answer260
viewsQ: Doubt Postbackurl
I’m trying to use the PostBackUrl in a LinkButton within the DataList. Tried the following, partially successfully. <asp:LinkButton ID="linkBtnMarca" CommandArgument='<%# Eval("Marca") %>'…
-
1
votes1
answer168
viewsQ: Hide Row Gridview C# / ASPX
In a GridView users, if the user himself clicks edit/delete his own account, he would like to know how to hide the Row or disable the GridView but only for the logged-in user, or if clicking the…
-
2
votes1
answer37
viewsQ: Use of Firebird database from one PC to another
I backed up a Firebird database from a PC and what happens is that I put this database on another PC but then the application says that the database is unique to another user or the program should…
-
1
votes1
answer147
viewsQ: Update tables with the same data in the row
When I add a category A, and add a product X with the category A (table categories), then edit the category name A for category B, the category of product X (products table) remains with the…
-
0
votes1
answer47
viewsQ: Category check in use C#/ASPX
Good morning, I am trying to validate a situation that I explain, for example we added a category "Miscellaneous", and this same category is used in the product "Keys", let’s imagine that we will…
c#asked Chirag Geiantilal 151