thanks for ur info... :)
this i have tried i wanted some other better approach than this if any........
User Profile
Collapse
-
its not a project or something, there is one column in the database which has spaces in between and needs to be removed....Leave a comment:
-
but in my case i am sure that its a space but is there any one liner function which can do this trick?????...Leave a comment:
-
Replacing repeating blanks with a single blank
hi all,
I have a scenario where in i need to replace repeating blanks with a single blank of a column in the database.
ex: ASD KL OP ---> ASD KL OP
any suggestions??
Regards,
Leela -
reading text content from an image file
Hi Guys,
Is there anyway to extract the text content from an image file using c#? -
chk ths.......
...Code:declare @numerator numeric(18,9) declare @denominator numeric(18,9) select @numerator = Sum(importe) From Costos, Homolodamaster Where Costos.cuenta=homologamaster.cuenta And Fecha='24-07-2007' select @denominator = Sum(ponderacion*noenvios) From Noenvios1, Homologadet, Homologamaster Where Noenvios1.origendestino=homologader.origendestino And
Leave a comment:
-
-
chk ths...
select max(len(employe e_name)) from employee_tableLeave a comment:
-
yes you can write subquery within an another subquery....... .
but sub queries are slower in performanceLeave a comment:
-
sorry for the delay
I just did minor changes in your code
and its working fine....
change the postbackurl of the image button to this
and let me know if this works fine........... ...Code:PostBackUrl='<%#"~/Admin/brochureAdd.aspx?Bid=" + Databinder.Eval(Container.DataItem,"vchBrochureId") %>'
Leave a comment:
-
-
-
This is the formatting options provided in the reporting service.
Format (value,"N") -- two decimal points
Format(value,"N 1") -- one decimal point
etc..,Leave a comment:
-
-
You can do this by
SET IDENTITY_INSERT [table_name] ON
and then turn it offLeave a comment:
-
try this........
for (i 1 to 31)
((TextBox)Page. FindControl("d" + i)).Text = "value";Leave a comment:
-
i dont know what must have gone wrong i have the same code working fine........
if i will get to know something i will post........ :)Leave a comment:
-
FillInGridView( ) method should be called inside the (!IsPostBack){}
in your previous code u had placed it inside the postback .
chk ths modified code......
void FillInGridView( )
{
string myConnString = ConfigurationSe ttings.AppSetti ngs["DSN_Fyrr"];
MySqlConnection myConnection = new MySqlConnection (myConnString);
string strSQL = "SELECT LocationName FROM PartLocationDef...Leave a comment:
-
-
set this EnableSortingAn dPagingCallback s property to true by default it is false........Leave a comment:
No activity results to display
Show More
Leave a comment: