Posts by Francisco Proença • 84 points
5 posts
-
-1
votes1
answer60
viewsQ: Regex backreference within group with OR
I am trying to reference a value within an "OR". Example, I have the text inside the file: CREATE TABLE ABC; ALTER TABLE ABC; I need the ABC (table name) of ALTER always be equal to CREATE, I have…
regexasked Francisco Proença 84 -
1
votes0
answers104
viewsQ: Multiple MDI windows on Web, similar to Windows Forms
I want to work with multiple independent windows in the web environment with Javascript, jQuery and etc. Similar to using MDI in Windows Forms. I know you can make this environment in Silverlight,…
-
1
votes1
answer256
viewsQ: Abas Asp.Net MVC x Asp.Net Webforms Ajax Toolkit
Does anyone know any technique for creating and manipulating server-side tabs using the AJAX with Aps.Net MVC? I’m looking for something very similar Asp.NET Webforms Ajaxtoolkit, that can…
-
2
votes1
answer240
viewsQ: Generic Locate Method, using ADO.NET and Procedures
I am looking for a solution from a generic repository to a DAL with a generic Find method, so there is no redundancy in my code. Using ADO.NET and Procedures. I found something in this link: What…
-
2
votes1
answer3248
viewsA: How to verify if there is a certain ID in the database?
A possible solution would be: int resultEstado = int.TryParse(campos[7], out estado); registro["Estado"] = estado; if(!resultEstado) { Label3.Visible = true; Label3.Text = "Campo Codigo Estado não…
c#answered Francisco Proença 84