I am Chirag Darji. I am an MCP (Developing Web Application using C#) and working as Sr. DotNet Consultant from last 4 years. In free time working as freelance technical consultant and trainer.
-
Recent Posts
c
Archives
Pages
-
Top Posts
- Call parent window's javascript function from child window OR passing data from child window to parent window in javascript
- Add items in Drop Down List or List Box using Javascript
- Storing and Retrieving doc/pdf/xls files in SQL Server
- Remove/Delete element from page using JavaScript working in FireFox,IE,Opera
- How to change App.config file run time using C#
- How To Create System Restore Point on Windows Server 2003
- Delete single row from duplicate rows in SQL Server 2005 and 2000
- GROUP BY, CUBE, ROLLUP and SQL SERVER 2005
- Storing and Retrieving Image in SQL Server
- How to use transaction in LINQ using C#
Category Cloud
-
Blog Stats
- 797,626 hits
-
Recent Comments
James on Set Full Image Path in FCK… kosal on How to change App.config file … Sanjit on Missing templates in Visual St… Lakshmi on Delete single row from duplica… psr on Create Serial Number Column us… Twitter
- New blog post: http://tinyurl.com/rcd6x3 - How to detect page is loaded 3 months ago
Analytics
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); try { var pageTracker = _gat._getTracker("UA-10697253-2"); pageTracker._trackPageview(); } catch(err) {}
i know.
Hi!
I have checked your code and I am fine with that, but my situation is a bit different. I want to load the file (word, excel, powerpoint and pdf) first to a windows form control for the user to see before saving to sql server. Like loading an image file (.jpeg or .png) into a picture box. I would also like to retrieve the file from sql server in to the control for the user to read.
I am able to do that with images because of the picture box control in visual studio. I need help, please.
May I know the possibility of working along with you
Hi Chirag!! your collection is really usefull i have got so many solutions from it. Thanks.
Upen,
Thanks for complement.
hi! i’m a student making our thesis computer-aided instruction, i need some advice. what data type can i use in sql yog to save .doc, rtf and swf files. i’m using vb6 code for saving the file. can you give me some idea on how to save the file to sql yog.
thank you very much.
Hi chirag, I am jalpesh working as .net developer in rajkot. I have seen your both blog and I found your collection very use full. It is good that lots of people from gujrat are doing blogging and help techies.
I have also got my blog at jalpesh.blogspot.com
Please do visit and send your feedback
Hi Chirag!!
I visit ur site and i hav to tell u your collection is really usefull i have got so many solutions from it.
..
….
………..
…………
…………
Good Going….
Mehul,
Thanks a lot for your precious comment. You comments will make my blog more specific, to the point and solution provider. Thanks once again.
Great work man
you are doing really gr8 Job.
Keep it up good work.
Great job buddy.
You are doing wonders.
Wish you lot of success ahead.
It’s a great start:)
Your collection is amazing.
Have u create subdomain via asp.net coding.
Nirmal,
I have done that. However we have used Aliasing instead og subdomain. Still you can have url like http://xyz.yoursite.com , http://abc.yoursite.com. However all URL points to same directory in ISS.
PLease give me some idea about this.
Nirmal,
I was bit busy in this week. I will surely give you breif idea about this in next week.
Hi Chirag,
you are really doing a gr8 job. your articles are nice.
Hay, Can you please share something regarding Remotting and Hacking
Thanks in advance.
Hi Chirag,
In article “Storing and Retrieving Image in SQL Server” you write about how to display image on the page. Is there a way to save this image, retrieving from Byte Array, in the file?
Chirag,
I apologize for the duplicate post (see “Call parent window’s javascript function from child window OR passing data from child window to parent window in javascript”) but I’m not sure where you might look sooner.
————————————————————–
Looks good, but I have an added wrinkle for you.
What if I need to create a new record in my database on my Child window before returning to the parent?
Let me explain:
I have a parent window which includes a list of “categories” in a element. If the Category you want is not in the list, you can open the Child window to create a new one.
When you click “Save” on the Child window, I need to add the record to the database (server-side code) and THEN call a javascript function on the Parent window to add the new value to the element.
I’ve done stuff like this before, but I used RegisterStartupScript() on the Child to call a javascript function on the Child which, in turn, calls the Javascript function on the Parent for me, followed by a close() of itself (the Child).
This has the undesireable effect of a “flicker”, since the Child window must PostBack and then momentarily redisplay in order for hte RegisterStartupScript() to kick in.
******** Can you think another way around this???
******** I’m pulling my hair out over here!
Thanks! Kevin
Kevin,
You can do this as describe below.
Use script call back feature of asp.net 2.0. In this way you can call serverside code without postback. You can add the database related code in RaiseCallbackEvent() method and in GetCallbackRetsult() method you can pass a boolean flag indicating that database code is executed successfully. If category is added successfully u can call parent window’s specific function and close the child window. Here is the link which explain script callback http://chiragrdarji.blogspot.com/2006/03/script-call-back-in-aspnet-20.html
If you are using asp.net 1.1 than you can do that by XMLHttp request.
Let me know if you want some other solution.
Good Banner
Thanks MR. SQL Master
Firstly, well done on your site, and thanks for the doc related to javascript and dynamically adding options to a dropdown list option.
Really curious about one thing….
In the photo banner at top of your site, what is all the white tape/bandaging on everyones fingers for/about?
Hey Benn,
Thanks for you precious comment.
In India we have a kite festival on 14th and 15 January. Everyone flies kites and tries to cut others kite. The string (cord) by which we fly the kites is sharp. This may injure the finger. So for protection we band white tap around the finger.
I know him.
He is working hard for the blog and all the contents are very important.
Great Job.
Continue the same buddy
hi,
ur collection is very useful..thanks a lot…
cheers
gana
Hi chirkut,
I searched google for a hidden window to be created in javascript and i found your blog…..and i was shocked
.
Great job buddy
Keep up
Gana,
Thanks for your precious comment.
Hey Ankoor !!!!!!!
Thanks man, Its great honor that you wrote a comment on my blog !!!
You made my day
Hi
I like you are posts……. keep on posting it ..
hi,
after clicking a button some logic goes on i.e., record will be inserted into the database then i want to give a popup or alert in javascript saying record added successfully
is there any method in javascript such that i want to have the focus on cancel button in confirm dialog box instead of on ok button
Pandu,
No I don’t know any method or a code snippest which focus on cancel button by default in confirm dilog box.
Pandu,
For displaying alert once your record saved to database you can use RegisterStartupScript mehod. You can write
ClientScript.RegisterStartupScript(Approprate Arguments)
method in your button’s click event.
This will solve your issue.
I wanted to leave a message for oyu to thank you for such a great, comprehensive and well written site. It is great to see resources like this available. I’m a software developer in Montana USA who like yourself benefits greatly from global resources. Take care and my best to you and your team.
Doug
Chirag,
Honestly your blog is coming along and good information. Write few more.
Regards,
Pinal ( http://www.SQLAuthority.com )
Hi Chirag,
I read your post on prototype.js. It really cool. Do you have any samples that illustrate on Dynamic Drop Down List Box with prototype?
thank you.
I appreciate your information concerning the disadvantages of user defined function versus stored procedures. I used the information to help a colleague discover he is not as clever as he thought he was.
Thanks.
I really appreciate this collection and i m hppy to tell you that My friend Kazi is one among the owners.
thanks for u r collection.
it was really worthy for me.
Thanks and go ahead.
Hi Chirag,
I have one question regarding AJAX in SharePoint 2007.
Well i want to create one webpart in SharePoint Which have Ajax Tab control.
I did with this but i am not able get the output.
So help me for this one.
Reply me ASAP
Regards,
Kirti
hi
Your articals are nice….
i have one grid in that i have radiobutton my requirement is when i check that radio button i want to select the row can u pls help me in this
Hi Chirag,
I went through your blogs. Its very usefull for Developers.
It contains good collections.
Can any one please help
i had give all the permission setting but still i am getting below error
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.
regards
Siddesh
hai,
ur collections are good.
Can u please give your mail-id,it will be helpful for me to ask doubts.
THanking you.
Sumi,
Thanks for your precious comment. You can always ask questions as a comment for any post. I have sent my my email address on your id.
Chirag your blog is doing good. Send me your email address. We can talk offline.
Have a nice day !
Hi Chirag,
the articles are simply superb!!! great.
the article to add items to a dropdown list using JS, really worked. was too good.
keep up the good work.
Thank you.
Dear,
Nice blog, this one helpful for all software people.
Do you want to sale it?
hi i m rising programmer, and your rctical is really helpful me.
thanx.
n keep it up dear. ALL D BEST.
Hi chiragrdarji,
This Blog is loaded with very good examples that will be helpful for every Software Developer.If you don’t mind can I join with you.
Varun ,
Thanks for your motivational comments.
please write code to close popup window on mouseout from the popup window ,onclick from parent wndow it should open
Dear Chirag Sir…
I have read that you are currently working on the C#.
Sir, I am in the Final Semester of the B.E(I.T).
So, As a part of our B.E. Curriculum I have to made the project.
so, I have Decided to make the project on the Active Directory which in the windows server 2003.
I am going to implement it…Not whole but Partial..
So, I am making this project in the C#.NET.
I hae to create one window application in which there are various options for the Managing the user such as Create User or the Properties of that user..
I have created the user but right now i am facing the problem in order to set the properties of the particular user…
i want to create a code that feel the properties in active directory, like telephone number, city etc….
please give me code for that on “sam_patel7722@yahoo.co.in”.
I want haelp from you…
i read ur post regarding transferring session between asp to asp.net page.
it working only on IE in case of Firefox it not transfer to asp.net page.
can u tell me how i will do it.
A nice blog for me can u say me how to upload a folder to database using c # and retrieving that reply me BOSS
content available in this website is verygood it help me alot
can u help me to learn javascript i just completed btech i am learning dotnet
very simple word and very easy to understand
keep it up my friend
Mahesh,
Thanks for complement.
chirag
Thanks a lot for ur scripts. they really help
thanks
keep the gud work going. u r working hard with ur blogs
brilliant!!!
May I know the possibility of working along with you
Hi Chirkut,
Ala jordar Article lakhya chen bhai. Hawe ek book bahar pado “Novoice to Chirag” By Yash Publication
very good work man Keep it up……
Hi Chirag,
I was working for a BPO since 2 yrs in networking and now i have again switched to S/w Development in dotnet c# and I don’t know how to start.I have done my MCA and have also worked in s/w’s but its now 2 yrs that I have not being in touch.Could you pls guide me how to work on this language so tat I can have perfection in it.
Thanks
Hey Lalit,
You can start with simple Insert, Delete and Update. You can create a small application like student management system or Hospital management system. Where u can have Insert, Update and Display options. You can have master detail records and some query for calculations.
Can i get a girlfirend on your web solutions.
Hey Chiru,
Good Going buddy, .Net Master
Regards,
Vijay Modi
Vijay Sir,
Thanks for your motivational comment. It will be highly appriciated if you suggest me some new topic on which I can post the articles.
Hi ..
I’m from indonesian..
Nice blog.., thanks for many information about programming in your blog..
I’m just a beginner in programming.. I’m working In http://www.gabe.co.id as IT programmer, Now I have small project in my ofice, my ofice need tracking sistem to give report and all information about orders my client in many country. Some time I have a troble in my project about session and other.
Please add my yahoo ID to corespondetn with you..
this my ID Yahoo (dani_iformatics@gmail.com).
Thanks before..
Best regards,
Daniel SIDABUTAR
Hi ..
I’m from indonesian..
Nice blog.., thanks for many information about programming in your blog..
I’m just a beginner in programming.. I’m working In http://www.gabe.co.id as IT programmer, Now I have small project in my ofice, my ofice need tracking sistem to give report and all information about orders my client in many country. Some time I have a troble in my project about session and other.
Please add my yahoo ID to corespondetn with you..
this my ID Yahoo (dani_informatics@gmail.com).
Thanks before..
Best regards,
Daniel SIDABUTAR
outstanding bro, good blog,
i m from lahore pakistan.
Ali,
Thank you very much for youir motivational comment.
Which one is you bro?
Perpeptualcoder,
Second from left.
Dear Chirag,
Very nice web site thanks to the search engine
Its been my pleasure to visit your site.
If you dont mind may I know your email address
Your banner made me recollect my childhood days where all our friends used to have a nice time for pongal.
Your site management is really good I am also a Microsoft professional working for asp.net
Just wanted to say thanks to you and all the best for your future
Laugh like you have never cried
Play like you have never lost
Live like there is no tomorrow
Have a superb day
bye take care
Hi Chirag,
Your collection is very nice! Lot off information we are getting on one spot.
Thanks for helping us!
All the best!
Regard,
Anish Bhagwat
Hi chirag,
I am mitesh(from Ranip) from ur college kherva, Remember me ur senior and busmate. How are you? I was just searching and find ur site in google. Really nice blog chirag. I am also working in .net sharepoint environment in new jersey as a consultant. what else? Give my regards to vishal also. Nice to see ur picture. good work. Best Luck. C ya..
Regards,
Mitesh.
Hi Mitesh
How are you?
Lagta hai bhool gaya hai tu hame !!!
Vishal Here
Hi Chirag,
Hope you are doing good. I wish for the same!!
I recently migrated a .net 1.1 application to .net 2.0. It works completely fine but now I am planning to implement AJAX in it. Now here is the issue!! I cannot implement AJAX because the migration of project added tag to my web.config file. The mode is set to “Legacy”. To make AJAX work, I will have to set it to “Transitional”. But then if I set it to “Transitional”, my rest of the application breaks. Java Script and other stuff doesnt work. This is because the ClientId value changes.
Now I wanna implement AJAX and also keep the setting as Legacy. Or some other workaround. I know about option in webconfig, but dont wanna implement it because I want AJAX to be working everywhere in application.
Sorry for bugging you man!! Just help me out if you have any idea about this!!
Thanks man!!
Harry.
Hi chirag.
This is rahul from noida. m a software developer.
H r u ??
I found your articles very useful and helpful in my development work.
Keep it up. All the best
chirag where are you from ??
i think i have seen some of the guys in above pic.
Hi Chirag,
I am a software developer.i find your blogs today and gone through many current and archives. It a nice collection of your experience.
best wishes for your good work.
Rahul & Shashank,
Thanks for your motivational comment.
Hi Chirag,
Myself a .net developer from Kolkata and really got help from you blog post. Currently I have a problem, that is :-
I’m using File Uploader control in a FormView control and the page which containing that FormView it’s belong to a Master Page. I have used Ajax Update Panel with Postback Trigger ( as I have read from many articles ) in Master Page. But, I cant able to resist the page post back.
Can you please help me…..
Regards,
SUMANTA
hello , chirag , i am rohit from delhi. i have a problem that i am using a login control in asp .net but i don’t know how i should bind with database sql server so that i could save user name and passwordin database and also for validating.
please help me………
thanks
rohit
Hello Chirag sir…
I am a .Net developer from Chandigarh, Your posts are really very helpful. Specially ur post on Authorize.Net “http://chiragrdarji.wordpress.com/2008/02/25/authorizenet-integration-using-aspnet/” is very helpful for me.
Thanx a lot..
Regards:
Sanjeev Kumar
Hi Chirag,
I am muthukumar, working as Senior Dot net developer in UK.
your Blog and its message flow are good.
I like your enthuastic activity in career and this forum.
Simply Superb……
I wish you a great success…
Best Regards
Muthu,
Senior Software engineer
Northern Ireland,
UK
Hi Chirag,
I liked your blog. I wanted to get a website done. Please feel free to contact me via email.
Thanks,
Jagruti
Hi I am working as Jr.Web Developer in Pune. Your collection is amazing.
Is there any training center of yours.
Nice site
Dear chiraj ,
It is nice to see you have done an excellent job in posting some of the programming stuff.
My self Panchakshari basicllay working as Project engineer
in automotive field (CAD/CAM). As i want to do some of the
activities which are repetitive ,so i want to make it automation on that .
My problem is I have stored some table in .xls format having
around 10-15 variables , i want to convert them into text files but with some format ,… see the problem below
———————————————————————
in .xls file
Name|Pid|Mid |Secid|
xyz 11 10 11
pqr 12 09 12
——————————————————————————
should be written in text file as
——————————————————————————
*Part
xyz,11,10,11
*part
pqr,12,09,12
———————————————————————–
so please tell me how to do this using basic programming in .xls or any other Pl …
Every time i run the macro should take the .xls file contents and print in the above format as told .
Can you help me in this regard…
Expectring mail
Panchakshari
standard mailid to donot send any mailid using as[p.net with c# and vb.net
please help me this question
Today i saw u r site it is Fabulous and it is very usefull to the developers
thanks,
plz give me your email id, i have some qurrey to ask.
thanks & regards
anamika
Hi chira
i am sridhar working as web developer using asp.net with vb and i have a doubt on how to change toolbar image in fckeditor
Hi,
Just one word
Nice
Thanks
Hi Chirag,
I am workin .net from last 4 months. I do one thing that i attach word file to text box. I successfully attach txt file to text box. But simple txt format can not contain marathi fonts. Only word file and rich text file contain marathi fonts.
My problem is that i attach .doc or .rtf file to textbox with marathi font
Thanks & Regards
Chetan
Nice Blog man !! Very useful…you know me
hi Chirag
I am vivek from bangalore. I am web developer and facing a problem. I have a web page and i want to covert it into a xml file an store that file into a database(SQL SERVER 2005). I am using c#
You can mail the solution in my mail also.
Thanks and Regards
Vivek
Hi guys,
what is this in ur hand???
Good to see someone from my hometown
Good Work
DotNetGuts
http://dotnetguts.blogspot.com
I just want to say thanks for this really useful blog.
Keep writing!
Hey there -
Just wanted to thank you for the helpful information. Your blog has helped me out in both New York and Boston! Best of luck to you. I love the photo!
Ann,
Thank you for your motivational comment.
hiiiiiiiiiiiiii
Hi chiragrdarji,
Nice blog… Very Useful for me…
Chirag,
I am Atul, a software engineer and MCTS. Your effort is highly appriciated. There are very few people who takes the initiatives like this. Well done and keep going.
Atul…
hey man..
this is cool..
u rock..
keep it up..
hope u have sumthin for beginers…
ty…
Hi Chirag,
your collection are so good.
Hi Chirag,
Good yar Keep it up…
All the Best……………
…………na…………….
Thanks for free classes
Shiva
I lov your picture, it reminds me days when i used to fly kites all day….
thanks for wonderful material.
That’s some good work you have been doing on the site – Have you considered nominating yourself for the MVP award?
http://www.devcurry.com/2009/04/second-reminder-become-mvp.html
Last date is April 18th so act fast!
Suprotim
which one is you?
wow, can I be your friend?
Hiii.
i m glad to be here but i have an question .
How can we transmitt and recives trulax upgrades using C++, comp1 , with RCC8 at 50-60MHz, doesnt matter about the frequency generator either produce by specific opscillator or by interfering with driver with anyother unspecified oscillator.
how can we ?
ITS A CHALLENGE…… If you are a true web developer.
If you solve this problem then i will tell you some more intresting facts.
Hiii buddy just consider me as your friend.
I did my graduation and now working for my own for sumthing diff. about robos and life science tools.
I am very glad to see your work like this.
have a gudd day dude.
Hi Chirag
I am working in company as admin lavel
the problem in sap. some prosser are curroupt in sql server data base so what can i do? please Help me?
Kunal Gandhi
09975707004
Hi,
I am Desktop developer but I wish to switch to the web coz I believe that is where the future is. I would like your sincere opinion on which is the best language for web and mobile application and why. I am torn apart between investing in learning
1. C#
2. PHP
Kindly advice me
Mutua
Thank you Chirag, I just used your javascript. It came out #1 on google. Good job!
Hi chiragrdarji
i am a kid in sharepoint technology. started learning steps. it is very happy to see ur blog at the earliest.
really ur articles are superb and excellent.
ur doing a grt job.
i like to be a regular visitor for your blog.
i would like to be in touch with you. waiting for ur mail.
Thanks and Regards
Raj
GR8 dear…
hi
chirag, do have any idea how to convert string to image in JAVASCRIPT./
chirag plz try solve my problem
i have jst start my job .
Gopal,
I will try and let you know.
It’s simply superb & helpful blog.
Great work Shammy!!!!
Cheers.
Hi chiraj ,
your blog is really useful. I got lot of information. I’ve now added your website in my favorite website links.
thankx.
hi mr.
i want to create dynamic report with CrystalReport.
when i want to add fieldObject to report this error occurd:
Value does not fall within the expected range.
this is my code :
CRAXDDRT.ApplicationClass CrAppl = new CRAXDDRT.ApplicationClass();
CRAXDDRT.Report CrReport = CrAppl.NewReport();
SqlConnection cnn;
SqlDataAdapter da;
DataSet ds;
try
{
DataTable dt = new DataTable(“GLB_TB_Section”);
DataColumn dc;
DataColumn dc1;
dc= new DataColumn(“xSectionId_pk”, System.Type.GetType(“System.Int32″));
dc1 = new DataColumn(“xSectionName”,System.Type.GetType(“System.String”));
dt.Columns.Add(dc);
dt.Columns.Add(dc1);
CrReport.PaperSize = CRAXDDRT.CRPaperSize.crPaperA3;
CrReport.PaperOrientation = CRAXDDRT.CRPaperOrientation.crLandscape;
CrReport.PaperSource = CRAXDDRT.CRPaperSource.crPRBinLargeCapacity;
string connectionString = ConfigurationManager.ConnectionStrings["dbServiceConnectionString"].ToString().Trim();
cnn = new SqlConnection(connectionString);
string sqlString = “SELECT xSectionId_pk,xSectionName FROM GLB_TB_Section”;
da = new SqlDataAdapter(sqlString, cnn);
cnn.Open();
ds = new DataSet();
ds.Tables.Add(dt);
da.Fill(ds, “GLB_TB_Section”);
// CrReport.Database.SetDataSource(ds,3,0);
// CrReport.Database.AddOLEDBSource(connectionString, “GLB_TB_Section”);
CrReport.Sections[1].AddTextObject(“ReportHeader”, Convert.ToInt32(Txt_ReportHeaderLeft.Text), Convert.ToInt32(Txt_ReportHeaderTop.Text), null);
CrReport.Sections[1].AddBoxObject(Convert.ToInt32(Txt_BoxLeft.Text), Convert.ToInt32(Txt_BoxTop.Text), Convert.ToInt32(Txt_BoxRight.Text), Convert.ToInt32(Txt_BoxBottom.Text), null);
CrReport.Sections[2].AddTextObject(“PageHeader”, Convert.ToInt32(Txt_PageHeaderLeft.Text), Convert.ToInt32(Txt_PageHeaderTop.Text), null);
CrReport.Sections[3].AddTextObject(“Detail”, 6000, 200, null);
CrReport.Sections[3].AddSpecialVarFieldObject(CRAXDDRT.CRSpecialVarType.crSVTPrintDate,500,200);
CrReport.Sections[3].AddFieldObject(“{xSectionId_pk}”, 120, 300);
CrReport.SaveAs(Server.MapPath(“Reports\\Rpt.rpt”), CRAXDDRT.CRReportFileFormat.cr70FileFormat);
CrystalReportViewer1.DisplayToolbar = true;
ReportDocument reportDocument1 = new ReportDocument();
reportDocument1.Load(Server.MapPath(“Reports\\Rpt.rpt”));
CrystalReportViewer1.ReportSource = reportDocument1;
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
plz help me
tanx
Chirag,
I would love to know more about the photo. Where was it taken? Who is in the picture? And what is in the cups?
-Thanks,
Seamus
-
Chirag,
Your articles are indeed good..m reading the articles since 2006.The explanation is awesome..
Keep it up…
hi Chirag
i got one solution from ur Blog, i.e Closing the Console Window(in Batch System).
its good one.
if possible please add me in gtalk
Thanks
Mahindrakar
Hi chiragrdarji ,
I am gunalan iam a fresher i start preparing .net which book is better to start from basics.
Hi Chirag,
I am Meghna from Mumbai (Gujju). Very Very good and helpful job you are doing. Specially as per my view, it can not be measured with money or anything else…. Its so much VALUEABLE that its …….
Hi Chirag,
Thanks for the information. I am new to SharePoint. I am looking for ways to develop the UI to get inputs from the users, validate them and save them in database. I can do that easily in dotnet web application. But, how to do this using SharePoint?
Can we do this through webparts? I think if we use webparts, we have to write enormous amount of code to emit the html content. If we want to use one text box, we need to write code to create them.
Is there an easy way to do this in SharePoint?
Regards
Ram
hi ,
how are you??
i need some help regarding the MCP certification.
can you send me the related books(MS Press Developing Web Application using ASP.NET and C# and second is Exam Cram by Amit) or links to my mail id.
Any help would be greatly appreciated.
Thanks
hi sir i read ur article all are very nice thank u very much for ur service ,i want more information web services…..
HI Chirag
I am Suhas,
A software engineer and MCTS SQL Server,MCP.
There are very few people who takes the initiatives like this.Your effort is highly appriciated.
Please Give Some artical related to SilverLight,WCF,WPF,WCF So Student Helps To learn new concepts.
Well done and keep going………….
SUHAS
Hi Chirag,
I have a site “http://SomeSite.com/SomeXML.XML”. I need to open this xml from the website. Is it possible to do this in T-SQL in SQL Server? I do not want to use C# or VB. I would appreciate it if you CC reponse to this to my email address as well.
Thank you,
Rama.
Nice Blog.!!
Hi Chirag,
Good job buddy.
Keep it up.
ALL THE BEST
Hi Chirag,
Could you please help me to create a .bat file for sql scripts.
I want to execute some scripts of sql while deploying my product on client’s machine. I want it to run auto. Otherwise I need to give him instructions manually. It is now out dated. I want even updates also installed automatically. Please help me if you can.
Hi Chirag,
You work as freelance technical consultant
What’s your contact id ?
Regards